File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1606,7 +1606,7 @@ msgstr ""
16061606msgid ""
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
16121612msgid ""
@@ -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."
16281628msgstr ""
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
16311636msgid ":class:`importlib.abc.MetaPathFinder`"
You can’t perform that action at this time.
0 commit comments