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

Skip to content

Commit 20bda70

Browse files
[po] auto sync
1 parent ee88d58 commit 20bda70

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
@@ -1606,7 +1606,7 @@ msgstr ""
16061606
msgid ""
16071607
"An integer giving the value of the largest Unicode code point, i.e. "
16081608
"``1114111`` (``0x10FFFF`` in hexadecimal)."
1609-
msgstr ""
1609+
msgstr "一个整数,表示最大的 Unicode 码点值,如 ``1114111`` (十六进制为 ``0x10FFFF`` )。"
16101610

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

16301635
#: ../../library/sys.rst:1018
16311636
msgid ":class:`importlib.abc.MetaPathFinder`"

0 commit comments

Comments
 (0)