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 ffacbf0 commit 842ecaeCopy full SHA for 842ecae
2 files changed
.stat.json
@@ -1 +1 @@
1
-{"translation": "90.23%", "updated_at": "2023-08-30T06:56:31Z"}
+{"translation": "90.24%", "updated_at": "2023-08-30T12:59:49Z"}
tutorial/classes.po
@@ -1010,6 +1010,8 @@ msgid ""
1010
"compact is that the :meth:`~iterator.__iter__` and "
1011
":meth:`~generator.__next__` methods are created automatically."
1012
msgstr ""
1013
+"可以用生成器来完成的任何功能同样可以通用前一节所描述的基于类的迭代器来完成。 但生成器的写法更为紧凑,因为它会自动创建 "
1014
+":meth:`~iterator.__iter__` 和 :meth:`~generator.__next__` 方法。"
1015
1016
#: ../../tutorial/classes.rst:886
1017
msgid ""
0 commit comments