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 6649c5f commit 5502f52Copy full SHA for 5502f52
1 file changed
library/io.po
@@ -915,6 +915,8 @@ msgid ""
915
"file which will be opened. In this case closefd must be ``True`` (the "
916
"default) otherwise an error will be raised."
917
msgstr ""
918
+"代表将被打开的文件路径的字符串或 :class:`bytes` 对象。 在此情况下 closefd 必须为 ``True`` (默认值) "
919
+"否则将会引发异常。"
920
921
#: ../../library/io.rst:569
922
msgid ""
@@ -923,6 +925,8 @@ msgid ""
923
925
"FileIO object is closed this fd will be closed as well, unless *closefd* is "
924
926
"set to ``False``."
927
928
+"代表一个现有 OS 层级文件描述符的号码的整数,作为结果的 :class:`FileIO` 对象将可访问该文件。 当 FileIO 对象被关闭时此 fd"
929
+" 也将被关闭,除非 *closefd* 设为 ``False``。"
930
931
#: ../../library/io.rst:574
932
0 commit comments