Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a623a6f commit 8c0b79aCopy full SHA for 8c0b79a
1 file changed
library/test.po
@@ -1225,12 +1225,14 @@ msgid ""
1225
"Note that unlike :func:`reload`, the original module is not affected by this"
1226
" operation."
1227
msgstr ""
1228
+"此函数会在执行导入之前通过从 ``sys.modules`` 移除指定模块来导入并返回指定 Python 模块的新副本。 请注意这不同于 "
1229
+":func:`reload`,原来的模块不会受到此操作的影响。"
1230
1231
#: ../../library/test.rst:1073
1232
msgid ""
1233
"*fresh* is an iterable of additional module names that are also removed from"
1234
" the ``sys.modules`` cache before doing the import."
-msgstr ""
1235
+msgstr "*fresh* 是包含在执行导入之前还要从 ``sys.modules`` 缓存中移除的附加模块名称的可迭代对象。"
1236
1237
#: ../../library/test.rst:1076
1238
0 commit comments