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 51dba78 commit 8e35b49Copy full SHA for 8e35b49
1 file changed
library/importlib.po
@@ -792,6 +792,7 @@ msgid ""
792
" with this ABC should only be returned when the specified module is a "
793
"package."
794
msgstr ""
795
+"想支持资源读取的加载器需要提供一个返回实现了抽象类ABC接口的对象的``get_resource_reader(fullname)``方法。如果通过fullname指定的模块不是一个包,这个方法应该返回:const:`None`。当指定的模块是一个包时,应该只返回一个兼容这个抽象类ABC的对象。"
796
797
#: ../../library/importlib.rst:513
798
msgid ""
0 commit comments