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