55#
66# Translators:
77# Siyuan Xu <[email protected] >, 20198+ # Freesand Leo <[email protected] >, 201989#
910#, fuzzy
1011msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314"Report-Msgid-Bugs-To : \n "
1415"POT-Creation-Date : 2019-10-31 11:48+0000\n "
1516"PO-Revision-Date : 2017-02-16 17:40+0000\n "
16- "Last-Translator : Siyuan Xu <mf20070535@126 .com>, 2019\n "
17+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2019\n "
1718"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -57,6 +58,10 @@ msgid ""
5758"a weakly-referencable object, or if *callback* is not callable, ``None``, or"
5859" ``NULL``, this will return ``NULL`` and raise :exc:`TypeError`."
5960msgstr ""
61+ "返回对象 *ob* 的一个弱引用对象。 该函数总是会返回一个新的引用,但不保证创建一个新的对象;它有可能返回一个现有的引用对象。 第二个形参 "
62+ "*callback* 为一个可调用对象,它会在 *ob* 被作为垃圾回收时接收通知;它应该接受一个单独形参,即弱引用对象本身。 *callback* "
63+ "也可以为 ``None`` 或 ``NULL``。 如果 *ob* 不是一个弱引用对象,或者如果 *callback* 不是可调用对象,``None``"
64+ " 或 ``NULL``,该函数将返回 ``NULL`` 并且引发 :exc:`TypeError`。"
6065
6166#: ../../c-api/weakref.rst:43
6267msgid ""
@@ -69,6 +74,10 @@ msgid ""
6974"*ob* is not a weakly-referencable object, or if *callback* is not callable, "
7075"``None``, or ``NULL``, this will return ``NULL`` and raise :exc:`TypeError`."
7176msgstr ""
77+ "返回对象 *ob* 的一个弱引用代理对象。 该函数将总是返回一个新的引用,但不保证创建一个新的对象;它有可能返回一个现有的代理对象。 第二个形参 "
78+ "*callback* 为一个可调用对象,它会在 *ob* 被作为垃圾回收时接收通知;它应该接受一个单独形参,即弱引用对象本身。 *callback* "
79+ "也可以为 ``None`` 或 ``NULL``。 如果 *ob* 不是一个弱引用对象,或者如果 *callback* 不是可调用对象,``None``"
80+ " 或 ``NULL``,该函数将返回 ``NULL`` 并且引发 :exc:`TypeError`。"
7281
7382#: ../../c-api/weakref.rst:55
7483msgid ""
0 commit comments