File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1019,7 +1019,7 @@ msgstr "目前支持字节和集合。"
10191019
10201020#: ../../library/ast.rst:1599
10211021msgid "Now supports creating empty sets with ``'set()'``."
1022- msgstr ""
1022+ msgstr "现在支持通过 ``'set()'`` 创建空集合。 "
10231023
10241024#: ../../library/ast.rst:1605
10251025msgid ""
@@ -1028,6 +1028,9 @@ msgid ""
10281028":class:`Module` node), or ``None`` if it has no docstring. If *clean* is "
10291029"true, clean up the docstring's indentation with :func:`inspect.cleandoc`."
10301030msgstr ""
1031+ "返回给定 *node* (必须为 :class:`FunctionDef`, :class:`AsyncFunctionDef`, "
1032+ ":class:`ClassDef` 或 :class:`Module` 节点) 的文档字符串,或者如果没有文档字符串则返回 ``None``。 如果 "
1033+ "*clean* 为真值,则通过 :func:`inspect.cleandoc` 清除文档字符串的缩进。"
10311034
10321035#: ../../library/ast.rst:1611
10331036msgid ":class:`AsyncFunctionDef` is now supported."
You can’t perform that action at this time.
0 commit comments