Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add more translations of library/io#859

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cschan1828 merged 2 commits intopython:3.12fromcschan1828:io
Mar 27, 2024
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletionslibrary/io.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1084,24 +1084,28 @@ msgstr ""

#: ../../library/io.rst:631
msgid "Raw File I/O"
msgstr ""
msgstr "原始檔案 I/O"

#: ../../library/io.rst:635
msgid ""
"A raw binary stream representing an OS-level file containing bytes data. It "
"inherits from :class:`RawIOBase`."
msgstr ""
"一個代表包含位元組資料的 OS 層級檔案的原始二進制串流。它繼承自 :class:"
"`RawIOBase`。"

#: ../../library/io.rst:638
msgid "The *name* can be one of two things:"
msgstr ""
msgstr "*name* 可以是兩種事物之一:"

#: ../../library/io.rst:640
msgid ""
"a character string or :class:`bytes` object representing the path to the "
"file which will be opened. In this case closefd must be ``True`` (the "
"default) otherwise an error will be raised."
msgstr ""
"代表將要打開的檔案路徑的一個字元串或 :class:`bytes` 物件。在這種情況下,"
"closefd 必須是 ``True`` (預設值),否則將引發錯誤。"

#: ../../library/io.rst:643
msgid ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp