René's URL Explorer Experiment


Title: File Objects — Python 3.14.2 documentation

Open Graph Title: File Objects

Description: These APIs are a minimal emulation of the Python 2 C API for built-in file objects, which used to rely on the buffered I/O ( FILE*) support from the C standard library. In Python 3, files and strea...

Open Graph Description: These APIs are a minimal emulation of the Python 2 C API for built-in file objects, which used to rely on the buffered I/O ( FILE*) support from the C standard library. In Python 3, files and strea...

Opengraph URL: https://docs.python.org/3/c-api/file.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_c-api_file_3dac1d50.png
og:image:altThese APIs are a minimal emulation of the Python 2 C API for built-in file objects, which used to rely on the buffered I/O ( FILE*) support from the C standard library. In Python 3, files and strea...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Code Objectshttps://docs.python.org/c-api/code.html
Module Objectshttps://docs.python.org/c-api/module.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/file.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/c-api/module.html
previoushttps://docs.python.org/c-api/code.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
Python/C API Reference Manualhttps://docs.python.org/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/c-api/concrete.html
File Objectshttps://docs.python.org/c-api/file.html
https://docs.python.org/c-api/file.html#file-objects
iohttps://docs.python.org/library/io.html#module-io
iohttps://docs.python.org/library/io.html#module-io
PyObjecthttps://docs.python.org/c-api/structures.html#c.PyObject
https://docs.python.org/c-api/file.html#c.PyFile_FromFd
Stable ABIhttps://docs.python.org/c-api/stable.html#stable
io.open()https://docs.python.org/library/io.html#io.open
PyObjecthttps://docs.python.org/c-api/structures.html#c.PyObject
https://docs.python.org/c-api/file.html#c.PyObject_AsFileDescriptor
Stable ABIhttps://docs.python.org/c-api/stable.html#stable
fileno()https://docs.python.org/library/io.html#io.IOBase.fileno
PyObjecthttps://docs.python.org/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/c-api/structures.html#c.PyObject
https://docs.python.org/c-api/file.html#c.PyFile_GetLine
Stable ABIhttps://docs.python.org/c-api/stable.html#stable
readline()https://docs.python.org/library/io.html#io.IOBase.readline
EOFErrorhttps://docs.python.org/library/exceptions.html#EOFError
Py_OpenCodeHookFunctionhttps://docs.python.org/c-api/file.html#c.Py_OpenCodeHookFunction
https://docs.python.org/c-api/file.html#c.PyFile_SetOpenCodeHook
io.open_code()https://docs.python.org/library/io.html#io.open_code
PyObjecthttps://docs.python.org/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/c-api/structures.html#c.PyObject
https://docs.python.org/c-api/file.html#c.Py_OpenCodeHookFunction
PyObjecthttps://docs.python.org/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/c-api/structures.html#c.PyObject
PyUnicodeObjecthttps://docs.python.org/c-api/unicode.html#c.PyUnicodeObject
PyFile_SetOpenCodeHook()https://docs.python.org/c-api/file.html#c.PyFile_SetOpenCodeHook
Py_Initialize()https://docs.python.org/c-api/init.html#c.Py_Initialize
auditing eventhttps://docs.python.org/library/sys.html#auditing
PyObjecthttps://docs.python.org/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/c-api/structures.html#c.PyObject
https://docs.python.org/c-api/file.html#c.PyFile_OpenCodeObject
strhttps://docs.python.org/library/stdtypes.html#str
PyFile_SetOpenCodeHook()https://docs.python.org/c-api/file.html#c.PyFile_SetOpenCodeHook
io.open_code()https://docs.python.org/library/io.html#io.open_code
strong referencehttps://docs.python.org/glossary.html#term-strong-reference
PyObjecthttps://docs.python.org/c-api/structures.html#c.PyObject
https://docs.python.org/c-api/file.html#c.PyFile_OpenCode
PyFile_OpenCodeObject()https://docs.python.org/c-api/file.html#c.PyFile_OpenCodeObject
PyObjecthttps://docs.python.org/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/c-api/structures.html#c.PyObject
https://docs.python.org/c-api/file.html#c.PyFile_WriteObject
Stable ABIhttps://docs.python.org/c-api/stable.html#stable
Py_PRINT_RAWhttps://docs.python.org/c-api/object.html#c.Py_PRINT_RAW
str()https://docs.python.org/library/stdtypes.html#str
repr()https://docs.python.org/library/functions.html#repr
PyObjecthttps://docs.python.org/c-api/structures.html#c.PyObject
https://docs.python.org/c-api/file.html#c.PyFile_WriteString
Stable ABIhttps://docs.python.org/c-api/stable.html#stable
Code Objectshttps://docs.python.org/c-api/code.html
Module Objectshttps://docs.python.org/c-api/module.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/file.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/c-api/module.html
previoushttps://docs.python.org/c-api/code.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
Python/C API Reference Manualhttps://docs.python.org/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/c-api/concrete.html
File Objectshttps://docs.python.org/c-api/file.html
Copyrighthttps://docs.python.org/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

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


URLs of crawlers that visited me.