10000 [po] auto sync · python/python-docs-zh-cn@21803b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 21803b9

Browse files
[po] auto sync
1 parent a1f3364 commit 21803b9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "80.88%", "updated_at": "2025-02-08T14:55:37Z"}
1+
{"translation": "80.88%", "updated_at": "2025-02-09T01:19:55Z"}

howto/descriptor.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,6 +1310,9 @@ msgid ""
13101310
"called with two arguments. The *owner* is the class where the descriptor is"
13111311
" used, and the *name* is the class variable the descriptor was assigned to."
13121312
msgstr ""
1313+
"有时描述器需要知道它被赋值到哪个变量名。 当一个新类被创建时,:class:`type` 元类将扫描新类的字典。 "
1314+
"如果其中有任何条目是描述器并且它们定义了 :meth:`~object.__set_name__`,则该方法被调用时将附带两个参数。 *owner* "
1315+
"是使用该描述器的类,而 *name* 是该描述器被赋值到的变量。"
13131316

13141317
#: ../../howto/descriptor.rst:842
13151318
msgid ""

0 commit comments

Comments
 (0)
0