10000
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 a1f3364 commit 21803b9Copy full SHA for 21803b9
.stat.json
@@ -1 +1 @@
1
-{"translation": "80.88%", "updated_at": "2025-02-08T14:55:37Z"}
+{"translation": "80.88%", "updated_at": "2025-02-09T01:19:55Z"}
howto/descriptor.po
@@ -1310,6 +1310,9 @@ msgid ""
1310
"called with two arguments. The *owner* is the class where the descriptor is"
1311
" used, and the *name* is the class variable the descriptor was assigned to."
1312
msgstr ""
1313
+"有时描述器需要知道它被赋值到哪个变量名。 当一个新类被创建时,:class:`type` 元类将扫描新类的字典。 "
1314
+"如果其中有任何条目是描述器并且它们定义了 :meth:`~object.__set_name__`,则该方法被调用时将附带两个参数。 *owner* "
1315
+"是使用该描述器的类,而 *name* 是该描述器被赋值到的变量。"
1316
1317
#: ../../howto/descriptor.rst:842
1318
msgid ""
0 commit comments