Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43dabbe

Browse files
[po] auto sync
1 parent 411fa5c commit 43dabbe

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

library/sys.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ msgstr ""
14271427
msgid ""
14281428
"An integer giving the value of the largest Unicode code point, i.e. "
14291429
"``1114111`` (``0x10FFFF`` in hexadecimal)."
1430-
msgstr ""
1430+
msgstr "一个整数,表示最大的 Unicode 码点值,如 ``1114111`` (十六进制为 ``0x10FFFF`` )。"
14311431

14321432
#: ../../library/sys.rst:899
14331433
msgid ""
@@ -1447,6 +1447,11 @@ msgid ""
14471447
":attr:`__path__` attribute is passed in as a second argument. The method "
14481448
"returns a :term:`module spec`, or ``None`` if the module cannot be found."
14491449
msgstr ""
1450+
"一个由 :term:`元路径查找器 <meta path finder>` 对象组成的列表,当查找需要导入的模块时,会调用这些对象的 "
1451+
":meth:`~importlib.abc.MetaPathFinder.find_spec` 方法,观察这些对象是否能找到所需模块。调用 "
1452+
":meth:`~importlib.abc.MetaPathFinder.find_spec` "
1453+
"方法最少需要传入待导入模块的绝对名称。如果待导入模块包含在一个包中,则父包的 :attr:`__path__` 属性将作为第二个参数被传入。该方法返回 "
1454+
":term:`模块规格 <module spec>`,找不到模块则返回 ``None``。"
14501455

14511456
#: ../../library/sys.rst:919
14521457
msgid ":class:`importlib.abc.MetaPathFinder`"

0 commit comments

Comments
 (0)