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 c5b2fc3 commit 16a2240Copy full SHA for 16a2240
1 file changed
reference/expressions.po
@@ -727,6 +727,8 @@ msgid ""
727
" exception, or raises a different exception, then that exception propagates "
728
"to the caller."
729
msgstr ""
730
+"在生成器暂停的位置引发 ``type`` 类型的异常,并返回该生成器函数所产生的下一个值。 如果生成器没有产生下一个值就退出,则将引发 "
731
+":exc:`StopIteration` 异常。 如果生成器函数没有捕获传入的异常,或引发了另一个异常,则该异常会被传播给调用者。"
732
733
#: ../../reference/expressions.rst:567
734
msgid ""
0 commit comments