René's URL Explorer Experiment


Title: 檔案物件 (File Objects) — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
程式碼物件https://python.github.io/python-docs-zh-tw/c-api/code.html
模組物件https://python.github.io/python-docs-zh-tw/c-api/module.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/file.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/c-api/module.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/code.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html
具體物件層https://python.github.io/python-docs-zh-tw/c-api/concrete.html
檔案物件 (File Objects)https://python.github.io/python-docs-zh-tw/c-api/file.html
https://python.github.io/python-docs-zh-tw/c-api/file.html#file-objects
iohttps://python.github.io/python-docs-zh-tw/library/io.html#module-io
iohttps://python.github.io/python-docs-zh-tw/library/io.html#module-io
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyFile_FromFd
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
io.open()https://python.github.io/python-docs-zh-tw/library/io.html#io.open
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyObject_AsFileDescriptor
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
fileno()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.fileno
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyFile_GetLine
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
readline()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.readline
EOFErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#EOFError
Py_OpenCodeHookFunctionhttps://python.github.io/python-docs-zh-tw/c-api/file.html#c.Py_OpenCodeHookFunction
https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyFile_SetOpenCodeHook
io.open_code()https://python.github.io/python-docs-zh-tw/library/io.html#io.open_code
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/file.html#c.Py_OpenCodeHookFunction
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyUnicodeObjecthttps://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicodeObject
PyFile_SetOpenCodeHook()https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyFile_SetOpenCodeHook
Py_Initialize()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_Initialize
稽核事件 (auditing event)https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyFile_OpenCodeObject
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
PyFile_SetOpenCodeHook()https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyFile_SetOpenCodeHook
io.open_code()https://python.github.io/python-docs-zh-tw/library/io.html#io.open_code
strong referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-strong-reference
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyFile_OpenCode
PyFile_OpenCodeObject()https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyFile_OpenCodeObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyFile_WriteObject
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
Py_PRINT_RAWhttps://python.github.io/python-docs-zh-tw/c-api/object.html#c.Py_PRINT_RAW
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyFile_WriteString
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
程式碼物件https://python.github.io/python-docs-zh-tw/c-api/code.html
模組物件https://python.github.io/python-docs-zh-tw/c-api/module.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/file.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/c-api/module.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/code.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html
具體物件層https://python.github.io/python-docs-zh-tw/c-api/concrete.html
檔案物件 (File Objects)https://python.github.io/python-docs-zh-tw/c-api/file.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.