Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2671f9f commit 3c7b1a4Copy full SHA for 3c7b1a4
1 file changed
c-api/object.po
@@ -543,3 +543,6 @@ msgid ""
543
"already an iterator. Raises :exc:`TypeError` and returns ``NULL`` if the "
544
"object cannot be iterated."
545
msgstr ""
546
+"等同于 Python 表达式 "
547
+"``iter(o)``。为对象参数返回一个新的迭代器,如果该对象已经是一个迭代器,则返回对象本身。如果对象不能被迭代,会引发 "
548
+":exc:`TypeError` ,并返回 ``NULL``。"
0 commit comments