File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,13 +208,13 @@ msgstr "如果符号在代码块中赋值,则返回 ``True``。"
208208
209209#: ../../library/symtable.rst:180
210210msgid "Return ``True`` if name binding introduces new namespace."
211- msgstr ""
211+ msgstr "如果符号名绑定引入了新的命名空间,则返回 ``True``。 "
212212
213213#: ../../library/symtable.rst:182
214214msgid ""
215215"If the name is used as the target of a function or class statement, this "
216216"will be true."
217- msgstr ""
217+ msgstr "如果符号名用于 function 或 class 语句,则为 True。 "
218218
219219#: ../../library/symtable.rst:185
220220msgid "For example::"
@@ -226,13 +226,15 @@ msgid ""
226226"``True``, the name may also be bound to other objects, like an int or list, "
227227"that does not introduce a new namespace."
228228msgstr ""
229+ "注意,一个符号名可以与多个对象绑定。如果结果为 ``True``,则该符号名还可以绑定到其他对象上,比如 int 或 list "
230+ ",且不会引入新的命名空间。"
229231
230232#: ../../library/symtable.rst:197
231233msgid "Return a list of namespaces bound to this name."
232- msgstr ""
234+ msgstr "返回与符号名绑定的命名空间的列表。 "
233235
234236#: ../../library/symtable.rst:201
235237msgid ""
236238"Return the namespace bound to this name. If more than one namespace is "
237239"bound, :exc:`ValueError` is raised."
238- msgstr ""
240+ msgstr "返回与符号名绑定的命名空间。如果绑定的命名空间超过一个,则会触发 :exc:`ValueError`。 "
You can’t perform that action at this time.
0 commit comments