File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1813,13 +1813,13 @@ msgstr "此函数所返回的对象将会由外部函数调用返回,但它还
18131813msgid ""
18141814"This exception is raised when a foreign function call cannot convert one of "
18151815"the passed arguments."
1816- msgstr ""
1816+ msgstr "此异常会在外部函数无法对某个传入参数执行转换时被引发。 "
18171817
18181818#: ../../library/ctypes.rstNone
18191819msgid ""
18201820"Raises an :ref:`auditing event <auditing>` ``ctypes.seh_exception`` with "
18211821"argument ``code``."
1822- msgstr ""
1822+ msgstr "引发一个审计事件 ``ctypes.seh_exception`` 并附带参数 ``code``。 "
18231823
18241824#: ../../library/ctypes.rst:1615
18251825msgid ""
Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ msgid ""
4141"use this module with modules not implemented in Python, including all "
4242"standard and optional extension modules."
4343msgstr ""
44+ ":mod:`pyclbr` 模块提供了对于以 Python 编写的模块中定义的函数、类和方法的受限信息。 这种信息足够用来实现一个模块浏览器。 "
45+ "这种信息是从 Python 源代码中直接提取而非通过导入模块,因此该模块可以安全地用于不受信任的代码。 此限制使得非 Python "
46+ "实现的模块无法使用此模块,包括所有标准和可选的扩展模块。"
4447
4548#: ../../library/pyclbr.rst:25
4649msgid ""
You can’t perform that action at this time.
0 commit comments