@@ -10,6 +10,7 @@ msgstr ""
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2018-06-30 05:56+0900\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13+ "
Last-Translator :
ww song <[email protected] >, 2018\n "
1314"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1415"MIME-Version : 1.0\n "
1516"Content-Type : text/plain; charset=UTF-8\n "
@@ -19,25 +20,25 @@ msgstr ""
1920
2021#: ../../c-api/coro.rst:6
2122msgid "Coroutine Objects"
22- msgstr ""
23+ msgstr "协程对象 "
2324
2425#: ../../c-api/coro.rst:10
2526msgid ""
2627"Coroutine objects are what functions declared with an ``async`` keyword "
2728"return."
28- msgstr ""
29+ msgstr "协程对象是使用 ``async`` 关键字声明的函数返回的。 "
2930
3031#: ../../c-api/coro.rst:16
3132msgid "The C structure used for coroutine objects."
32- msgstr ""
33+ msgstr "用于协程对象的C结构体。 "
3334
3435#: ../../c-api/coro.rst:21
3536msgid "The type object corresponding to coroutine objects."
36- msgstr ""
37+ msgstr "与协程对象对应的类型对象。 "
3738
3839#: ../../c-api/coro.rst:26
3940msgid "Return true if *ob*'s type is *PyCoro_Type*; *ob* must not be *NULL*."
40- msgstr ""
41+ msgstr "如果 *ob* 的类型是 *PyCoro_Type*,则返回true; *ob* 不得为 *NULL*。 "
4142
4243#: ../../c-api/coro.rst:31
4344msgid ""
@@ -46,3 +47,5 @@ msgid ""
4647"to *frame* is stolen by this function. The *frame* argument must not be "
4748"*NULL*."
4849msgstr ""
50+ "基于 *frame* 对象创建并返回一个新的协程对象,其中 ``__name__`` 和``__qualname__`` 设置为 *name* 和 "
51+ "*qualname* 。 此函数获取 *frame* 的引用。 *frame* 参数不能是 *NULL*。"
0 commit comments