René's URL Explorer Experiment


Title: io — Core tools for working with streams — Python 3.14.2 documentation

Open Graph Title: io — Core tools for working with streams

Description: Source code: Lib/io.py Overview: The io module provides Python’s main facilities for dealing with various types of I/O. There are three main types of I/O: text I/O, binary I/O and raw I/O. These ar...

Open Graph Description: Source code: Lib/io.py Overview: The io module provides Python’s main facilities for dealing with various types of I/O. There are three main types of I/O: text I/O, binary I/O and raw I/O. These ar...

Opengraph URL: https://docs.python.org/3/library/io.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_library_io_b81db5bf.png
og:image:altSource code: Lib/io.py Overview: The io module provides Python’s main facilities for dealing with various types of I/O. There are three main types of I/O: text I/O, binary I/O and raw I/O. These ar...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/contents.html
io — Core tools for working with streamshttps://docs.python.org/library/io.html
Overviewhttps://docs.python.org/library/io.html#overview
Text I/Ohttps://docs.python.org/library/io.html#text-i-o
Binary I/Ohttps://docs.python.org/library/io.html#binary-i-o
Raw I/Ohttps://docs.python.org/library/io.html#raw-i-o
Text Encodinghttps://docs.python.org/library/io.html#text-encoding
Opt-in EncodingWarninghttps://docs.python.org/library/io.html#opt-in-encodingwarning
High-level Module Interfacehttps://docs.python.org/library/io.html#high-level-module-interface
Class hierarchyhttps://docs.python.org/library/io.html#class-hierarchy
I/O Base Classeshttps://docs.python.org/library/io.html#i-o-base-classes
Raw File I/Ohttps://docs.python.org/library/io.html#raw-file-i-o
Buffered Streamshttps://docs.python.org/library/io.html#buffered-streams
Text I/Ohttps://docs.python.org/library/io.html#id1
Static Typinghttps://docs.python.org/library/io.html#static-typing
Performancehttps://docs.python.org/library/io.html#performance
Binary I/Ohttps://docs.python.org/library/io.html#id2
Text I/Ohttps://docs.python.org/library/io.html#id3
Multi-threadinghttps://docs.python.org/library/io.html#multi-threading
Reentrancyhttps://docs.python.org/library/io.html#reentrancy
os — Miscellaneous operating system interfaceshttps://docs.python.org/library/os.html
time — Time access and conversionshttps://docs.python.org/library/time.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/io.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/time.html
previoushttps://docs.python.org/library/os.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Generic Operating System Serviceshttps://docs.python.org/library/allos.html
io — Core tools for working with streamshttps://docs.python.org/library/io.html
https://docs.python.org/library/io.html#module-io
Lib/io.pyhttps://github.com/python/cpython/tree/3.14/Lib/io.py
https://docs.python.org/library/io.html#overview
iohttps://docs.python.org/library/io.html#module-io
file objecthttps://docs.python.org/glossary.html#term-file-object
strhttps://docs.python.org/library/stdtypes.html#str
TypeErrorhttps://docs.python.org/library/exceptions.html#TypeError
byteshttps://docs.python.org/library/stdtypes.html#bytes
IOErrorhttps://docs.python.org/library/exceptions.html#IOError
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
IOErrorhttps://docs.python.org/library/exceptions.html#IOError
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
https://docs.python.org/library/io.html#text-i-o
strhttps://docs.python.org/library/stdtypes.html#str
open()https://docs.python.org/library/functions.html#open
StringIOhttps://docs.python.org/library/io.html#io.StringIO
BlockingIOErrorhttps://docs.python.org/library/exceptions.html#BlockingIOError
TextIOBasehttps://docs.python.org/library/io.html#io.TextIOBase
https://docs.python.org/library/io.html#binary-i-o
bytes-like objectshttps://docs.python.org/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/library/stdtypes.html#bytes
open()https://docs.python.org/library/functions.html#open
BytesIOhttps://docs.python.org/library/io.html#io.BytesIO
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
socket.socket.makefile()https://docs.python.org/library/socket.html#socket.socket.makefile
https://docs.python.org/library/io.html#raw-i-o
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
https://docs.python.org/library/io.html#text-encoding
TextIOWrapperhttps://docs.python.org/library/io.html#io.TextIOWrapper
open()https://docs.python.org/library/functions.html#open
locale.getencoding()https://docs.python.org/library/locale.html#locale.getencoding
Python UTF-8 Modehttps://docs.python.org/library/os.html#utf8-mode
PEP 686https://peps.python.org/pep-0686/
Python UTF-8 Modehttps://docs.python.org/library/os.html#utf8-mode
https://docs.python.org/library/io.html#opt-in-encodingwarning
PEP 597https://peps.python.org/pep-0597/
-X warn_default_encodinghttps://docs.python.org/using/cmdline.html#cmdoption-X
PYTHONWARNDEFAULTENCODINGhttps://docs.python.org/using/cmdline.html#envvar-PYTHONWARNDEFAULTENCODING
EncodingWarninghttps://docs.python.org/library/exceptions.html#EncodingWarning
open()https://docs.python.org/library/functions.html#open
TextIOWrapperhttps://docs.python.org/library/io.html#io.TextIOWrapper
text_encoding()https://docs.python.org/library/io.html#io.text_encoding
EncodingWarninghttps://docs.python.org/library/exceptions.html#EncodingWarning
https://docs.python.org/library/io.html#high-level-module-interface
https://docs.python.org/library/io.html#io.DEFAULT_BUFFER_SIZE
open()https://docs.python.org/library/functions.html#open
os.stat()https://docs.python.org/library/os.html#os.stat
https://docs.python.org/library/io.html#io.open
open()https://docs.python.org/library/functions.html#open
auditing eventhttps://docs.python.org/library/sys.html#auditing
https://docs.python.org/library/io.html#io.open_code
strhttps://docs.python.org/library/stdtypes.html#str
PyFile_SetOpenCodeHook()https://docs.python.org/c-api/file.html#c.PyFile_SetOpenCodeHook
strhttps://docs.python.org/library/stdtypes.html#str
https://docs.python.org/library/io.html#io.text_encoding
open()https://docs.python.org/library/functions.html#open
TextIOWrapperhttps://docs.python.org/library/io.html#io.TextIOWrapper
UTF-8 Modehttps://docs.python.org/library/os.html#utf8-mode
EncodingWarninghttps://docs.python.org/library/exceptions.html#EncodingWarning
sys.flags.warn_default_encodinghttps://docs.python.org/library/sys.html#sys.flags
EncodingWarninghttps://docs.python.org/library/exceptions.html#EncodingWarning
Text Encodinghttps://docs.python.org/library/io.html#io-text-encoding
text_encoding()https://docs.python.org/library/io.html#io.text_encoding
https://docs.python.org/library/io.html#io.BlockingIOError
BlockingIOErrorhttps://docs.python.org/library/exceptions.html#BlockingIOError
https://docs.python.org/library/io.html#io.UnsupportedOperation
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
ValueErrorhttps://docs.python.org/library/exceptions.html#ValueError
syshttps://docs.python.org/library/sys.html#module-sys
sys.stdinhttps://docs.python.org/library/sys.html#sys.stdin
sys.stdouthttps://docs.python.org/library/sys.html#sys.stdout
sys.stderrhttps://docs.python.org/library/sys.html#sys.stderr
https://docs.python.org/library/io.html#class-hierarchy
abstract base classeshttps://docs.python.org/glossary.html#term-abstract-base-class
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
UnsupportedOperationhttps://docs.python.org/library/io.html#io.UnsupportedOperation
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
FileIOhttps://docs.python.org/library/io.html#io.FileIO
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
BufferedWriterhttps://docs.python.org/library/io.html#io.BufferedWriter
BufferedReaderhttps://docs.python.org/library/io.html#io.BufferedReader
BufferedRWPairhttps://docs.python.org/library/io.html#io.BufferedRWPair
BufferedRandomhttps://docs.python.org/library/io.html#io.BufferedRandom
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
BytesIOhttps://docs.python.org/library/io.html#io.BytesIO
TextIOBasehttps://docs.python.org/library/io.html#io.TextIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
TextIOWrapperhttps://docs.python.org/library/io.html#io.TextIOWrapper
TextIOBasehttps://docs.python.org/library/io.html#io.TextIOBase
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
StringIOhttps://docs.python.org/library/io.html#io.StringIO
open()https://docs.python.org/library/functions.html#open
iohttps://docs.python.org/library/io.html#module-io
IOBasehttps://docs.python.org/library/io.html#io.IOBase
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
TextIOBasehttps://docs.python.org/library/io.html#io.TextIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
https://docs.python.org/library/io.html#i-o-base-classes
https://docs.python.org/library/io.html#io.IOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
ValueErrorhttps://docs.python.org/library/exceptions.html#ValueError
UnsupportedOperationhttps://docs.python.org/library/io.html#io.UnsupportedOperation
byteshttps://docs.python.org/library/stdtypes.html#bytes
bytes-like objectshttps://docs.python.org/glossary.html#term-bytes-like-object
strhttps://docs.python.org/library/stdtypes.html#str
ValueErrorhttps://docs.python.org/library/exceptions.html#ValueError
IOBasehttps://docs.python.org/library/io.html#io.IOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
readline()https://docs.python.org/library/io.html#io.IOBase.readline
IOBasehttps://docs.python.org/library/io.html#io.IOBase
withhttps://docs.python.org/reference/compound_stmts.html#with
IOBasehttps://docs.python.org/library/io.html#io.IOBase
https://docs.python.org/library/io.html#io.IOBase.close
ValueErrorhttps://docs.python.org/library/exceptions.html#ValueError
https://docs.python.org/library/io.html#io.IOBase.closed
https://docs.python.org/library/io.html#io.IOBase.fileno
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
https://docs.python.org/library/io.html#io.IOBase.flush
https://docs.python.org/library/io.html#io.IOBase.isatty
https://docs.python.org/library/io.html#io.IOBase.readable
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
https://docs.python.org/library/io.html#io.IOBase.readline
open()https://docs.python.org/library/functions.html#open
https://docs.python.org/library/io.html#io.IOBase.readlines
https://docs.python.org/library/io.html#io.IOBase.seek
os.SEEK_SEThttps://docs.python.org/library/os.html#os.SEEK_SET
os.SEEK_CURhttps://docs.python.org/library/os.html#os.SEEK_CUR
os.SEEK_ENDhttps://docs.python.org/library/os.html#os.SEEK_END
os.SEEK_HOLEhttps://docs.python.org/library/os.html#os.SEEK_HOLE
os.SEEK_DATAhttps://docs.python.org/library/os.html#os.SEEK_DATA
https://docs.python.org/library/io.html#io.IOBase.seekable
seek()https://docs.python.org/library/io.html#io.IOBase.seek
tell()https://docs.python.org/library/io.html#io.IOBase.tell
truncate()https://docs.python.org/library/io.html#io.IOBase.truncate
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
https://docs.python.org/library/io.html#io.IOBase.tell
https://docs.python.org/library/io.html#io.IOBase.truncate
https://docs.python.org/library/io.html#io.IOBase.writable
truncate()https://docs.python.org/library/io.html#io.IOBase.truncate
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
https://docs.python.org/library/io.html#io.IOBase.writelines
https://docs.python.org/library/io.html#io.IOBase.__del__
IOBasehttps://docs.python.org/library/io.html#io.IOBase
close()https://docs.python.org/library/io.html#io.IOBase.close
https://docs.python.org/library/io.html#io.RawIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
https://docs.python.org/library/io.html#io.RawIOBase.read
readall()https://docs.python.org/library/io.html#io.RawIOBase.readall
readinto()https://docs.python.org/library/io.html#io.RawIOBase.readinto
https://docs.python.org/library/io.html#io.RawIOBase.readall
https://docs.python.org/library/io.html#io.RawIOBase.readinto
bytes-like objecthttps://docs.python.org/glossary.html#term-bytes-like-object
bytearrayhttps://docs.python.org/library/stdtypes.html#bytearray
https://docs.python.org/library/io.html#io.RawIOBase.write
bytes-like objecthttps://docs.python.org/glossary.html#term-bytes-like-object
https://docs.python.org/library/io.html#io.BufferedIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
read()https://docs.python.org/library/io.html#io.BufferedIOBase.read
readinto()https://docs.python.org/library/io.html#io.BufferedIOBase.readinto
write()https://docs.python.org/library/io.html#io.BufferedIOBase.write
write()https://docs.python.org/library/io.html#io.BufferedIOBase.write
BlockingIOErrorhttps://docs.python.org/library/exceptions.html#BlockingIOError
BlockingIOError.characters_writtenhttps://docs.python.org/library/exceptions.html#BlockingIOError.characters_written
read()https://docs.python.org/library/io.html#io.BufferedIOBase.read
read()https://docs.python.org/library/io.html#io.BufferedIOBase.read
readinto()https://docs.python.org/library/io.html#io.BufferedIOBase.readinto
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
BufferedWriterhttps://docs.python.org/library/io.html#io.BufferedWriter
BufferedReaderhttps://docs.python.org/library/io.html#io.BufferedReader
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
https://docs.python.org/library/io.html#io.BufferedIOBase.raw
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
https://docs.python.org/library/io.html#io.BufferedIOBase.detach
BytesIOhttps://docs.python.org/library/io.html#io.BytesIO
UnsupportedOperationhttps://docs.python.org/library/io.html#io.UnsupportedOperation
https://docs.python.org/library/io.html#io.BufferedIOBase.read
byteshttps://docs.python.org/library/stdtypes.html#bytes
os.read()https://docs.python.org/library/os.html#os.read
PEP 475https://peps.python.org/pep-0475/
RawIOBase.readall()https://docs.python.org/library/io.html#io.RawIOBase.readall
byteshttps://docs.python.org/library/stdtypes.html#bytes
BlockingIOErrorhttps://docs.python.org/library/exceptions.html#BlockingIOError
iohttps://docs.python.org/library/io.html#module-io
https://docs.python.org/library/io.html#io.BufferedIOBase.read1
readinto()https://docs.python.org/library/io.html#io.RawIOBase.readinto
EINTRhttps://docs.python.org/library/errno.html#errno.EINTR
PEP 475https://peps.python.org/pep-0475/
BlockingIOErrorhttps://docs.python.org/library/exceptions.html#BlockingIOError
iohttps://docs.python.org/library/io.html#module-io
https://docs.python.org/library/io.html#io.BufferedIOBase.readinto
bytes-like objecthttps://docs.python.org/glossary.html#term-bytes-like-object
bytearrayhttps://docs.python.org/library/stdtypes.html#bytearray
read()https://docs.python.org/library/io.html#io.BufferedIOBase.read
BlockingIOErrorhttps://docs.python.org/library/exceptions.html#BlockingIOError
https://docs.python.org/library/io.html#io.BufferedIOBase.readinto1
bytes-like objecthttps://docs.python.org/glossary.html#term-bytes-like-object
read()https://docs.python.org/library/io.html#io.RawIOBase.read
readinto()https://docs.python.org/library/io.html#io.RawIOBase.readinto
BlockingIOErrorhttps://docs.python.org/library/exceptions.html#BlockingIOError
https://docs.python.org/library/io.html#io.BufferedIOBase.write
bytes-like objecthttps://docs.python.org/glossary.html#term-bytes-like-object
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
BlockingIOErrorhttps://docs.python.org/library/exceptions.html#BlockingIOError
https://docs.python.org/library/io.html#raw-file-i-o
https://docs.python.org/library/io.html#io.FileIO
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
byteshttps://docs.python.org/library/stdtypes.html#bytes
FileIOhttps://docs.python.org/library/io.html#io.FileIO
FileExistsErrorhttps://docs.python.org/library/exceptions.html#FileExistsError
read()https://docs.python.org/library/io.html#io.RawIOBase.read
readinto()https://docs.python.org/library/io.html#io.RawIOBase.readinto
write()https://docs.python.org/library/io.html#io.RawIOBase.write
os.openhttps://docs.python.org/library/os.html#os.open
non-inheritablehttps://docs.python.org/library/os.html#fd-inheritance
open()https://docs.python.org/library/functions.html#open
FileIOhttps://docs.python.org/library/io.html#io.FileIO
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
https://docs.python.org/library/io.html#io.FileIO.mode
https://docs.python.org/library/io.html#io.FileIO.name
https://docs.python.org/library/io.html#buffered-streams
https://docs.python.org/library/io.html#io.BytesIO
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
close()https://docs.python.org/library/io.html#io.IOBase.close
bytes-like objecthttps://docs.python.org/glossary.html#term-bytes-like-object
BytesIOhttps://docs.python.org/library/io.html#io.BytesIO
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
https://docs.python.org/library/io.html#io.BytesIO.getbuffer
BytesIOhttps://docs.python.org/library/io.html#io.BytesIO
https://docs.python.org/library/io.html#io.BytesIO.getvalue
byteshttps://docs.python.org/library/stdtypes.html#bytes
https://docs.python.org/library/io.html#io.BytesIO.read1
BytesIOhttps://docs.python.org/library/io.html#io.BytesIO
read()https://docs.python.org/library/io.html#io.BufferedIOBase.read
https://docs.python.org/library/io.html#io.BytesIO.readinto1
BytesIOhttps://docs.python.org/library/io.html#io.BytesIO
readinto()https://docs.python.org/library/io.html#io.BufferedIOBase.readinto
https://docs.python.org/library/io.html#io.BufferedReader
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
BufferedReaderhttps://docs.python.org/library/io.html#io.BufferedReader
DEFAULT_BUFFER_SIZEhttps://docs.python.org/library/io.html#io.DEFAULT_BUFFER_SIZE
BufferedReaderhttps://docs.python.org/library/io.html#io.BufferedReader
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
https://docs.python.org/library/io.html#io.BufferedReader.peek
https://docs.python.org/library/io.html#io.BufferedReader.read
BufferedReaderhttps://docs.python.org/library/io.html#io.BufferedReader
io.BufferedIOBase.read()https://docs.python.org/library/io.html#io.BufferedIOBase.read
https://docs.python.org/library/io.html#io.BufferedReader.read1
BufferedReaderhttps://docs.python.org/library/io.html#io.BufferedReader
io.BufferedIOBase.read1()https://docs.python.org/library/io.html#io.BufferedIOBase.read1
https://docs.python.org/library/io.html#io.BufferedWriter
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
flush()https://docs.python.org/library/io.html#io.BufferedWriter.flush
seek()https://docs.python.org/library/io.html#io.IOBase.seek
BufferedRandomhttps://docs.python.org/library/io.html#io.BufferedRandom
BufferedWriterhttps://docs.python.org/library/io.html#io.BufferedWriter
BufferedWriterhttps://docs.python.org/library/io.html#io.BufferedWriter
DEFAULT_BUFFER_SIZEhttps://docs.python.org/library/io.html#io.DEFAULT_BUFFER_SIZE
BufferedWriterhttps://docs.python.org/library/io.html#io.BufferedWriter
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
https://docs.python.org/library/io.html#io.BufferedWriter.flush
BlockingIOErrorhttps://docs.python.org/library/exceptions.html#BlockingIOError
https://docs.python.org/library/io.html#io.BufferedWriter.write
bytes-like objecthttps://docs.python.org/glossary.html#term-bytes-like-object
BlockingIOErrorhttps://docs.python.org/library/exceptions.html#BlockingIOError
BlockingIOError.characters_writtenhttps://docs.python.org/library/exceptions.html#BlockingIOError.characters_written
https://docs.python.org/library/io.html#io.BufferedRandom
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
BufferedReaderhttps://docs.python.org/library/io.html#io.BufferedReader
BufferedWriterhttps://docs.python.org/library/io.html#io.BufferedWriter
DEFAULT_BUFFER_SIZEhttps://docs.python.org/library/io.html#io.DEFAULT_BUFFER_SIZE
BufferedRandomhttps://docs.python.org/library/io.html#io.BufferedRandom
BufferedReaderhttps://docs.python.org/library/io.html#io.BufferedReader
BufferedWriterhttps://docs.python.org/library/io.html#io.BufferedWriter
seek()https://docs.python.org/library/io.html#io.IOBase.seek
tell()https://docs.python.org/library/io.html#io.IOBase.tell
https://docs.python.org/library/io.html#io.BufferedRWPair
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
DEFAULT_BUFFER_SIZEhttps://docs.python.org/library/io.html#io.DEFAULT_BUFFER_SIZE
BufferedRWPairhttps://docs.python.org/library/io.html#io.BufferedRWPair
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
detach()https://docs.python.org/library/io.html#io.BufferedIOBase.detach
UnsupportedOperationhttps://docs.python.org/library/io.html#io.UnsupportedOperation
BufferedRWPairhttps://docs.python.org/library/io.html#io.BufferedRWPair
BufferedRandomhttps://docs.python.org/library/io.html#io.BufferedRandom
https://docs.python.org/library/io.html#id1
https://docs.python.org/library/io.html#io.TextIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
TextIOBasehttps://docs.python.org/library/io.html#io.TextIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
https://docs.python.org/library/io.html#io.TextIOBase.encoding
https://docs.python.org/library/io.html#io.TextIOBase.errors
https://docs.python.org/library/io.html#io.TextIOBase.newlines
https://docs.python.org/library/io.html#io.TextIOBase.buffer
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
RawIOBasehttps://docs.python.org/library/io.html#io.RawIOBase
TextIOBasehttps://docs.python.org/library/io.html#io.TextIOBase
TextIOBasehttps://docs.python.org/library/io.html#io.TextIOBase
https://docs.python.org/library/io.html#io.TextIOBase.detach
TextIOBasehttps://docs.python.org/library/io.html#io.TextIOBase
TextIOBasehttps://docs.python.org/library/io.html#io.TextIOBase
TextIOBasehttps://docs.python.org/library/io.html#io.TextIOBase
StringIOhttps://docs.python.org/library/io.html#io.StringIO
UnsupportedOperationhttps://docs.python.org/library/io.html#io.UnsupportedOperation
https://docs.python.org/library/io.html#io.TextIOBase.read
strhttps://docs.python.org/library/stdtypes.html#str
https://docs.python.org/library/io.html#io.TextIOBase.readline
strhttps://docs.python.org/library/stdtypes.html#str
https://docs.python.org/library/io.html#io.TextIOBase.seek
TextIOBase.tell()https://docs.python.org/library/io.html#io.TextIOBase.tell
https://docs.python.org/library/io.html#io.TextIOBase.tell
https://docs.python.org/library/io.html#io.TextIOBase.write
https://docs.python.org/library/io.html#io.TextIOWrapper
BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
TextIOBasehttps://docs.python.org/library/io.html#io.TextIOBase
UTF-8 Modehttps://docs.python.org/library/os.html#utf8-mode
locale.getencoding()https://docs.python.org/library/locale.html#locale.getencoding
Text Encodinghttps://docs.python.org/library/io.html#io-text-encoding
ValueErrorhttps://docs.python.org/library/exceptions.html#ValueError
codecs.register_error()https://docs.python.org/library/codecs.html#codecs.register_error
universal newlineshttps://docs.python.org/glossary.html#term-universal-newlines
os.linesephttps://docs.python.org/library/os.html#os.linesep
flush()https://docs.python.org/library/io.html#io.IOBase.flush
write()https://docs.python.org/library/io.html#io.BufferedIOBase.write
TextIOWrapperhttps://docs.python.org/library/io.html#io.TextIOWrapper
locale.setlocale()https://docs.python.org/library/locale.html#locale.setlocale
BlockingIOErrorhttps://docs.python.org/library/exceptions.html#BlockingIOError
TextIOWrapperhttps://docs.python.org/library/io.html#io.TextIOWrapper
TextIOBasehttps://docs.python.org/library/io.html#io.TextIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
https://docs.python.org/library/io.html#io.TextIOWrapper.line_buffering
https://docs.python.org/library/io.html#io.TextIOWrapper.write_through
https://docs.python.org/library/io.html#io.TextIOWrapper.reconfigure
https://docs.python.org/library/io.html#io.TextIOWrapper.seek
inthttps://docs.python.org/library/functions.html#int
tell()https://docs.python.org/library/io.html#io.TextIOWrapper.tell
os.SEEK_SEThttps://docs.python.org/library/os.html#os.SEEK_SET
os.SEEK_CURhttps://docs.python.org/library/os.html#os.SEEK_CUR
os.SEEK_ENDhttps://docs.python.org/library/os.html#os.SEEK_END
https://docs.python.org/library/io.html#io.TextIOWrapper.tell
seek()https://docs.python.org/library/io.html#io.TextIOWrapper.seek
https://docs.python.org/library/io.html#io.StringIO
TextIOBasehttps://docs.python.org/library/io.html#io.TextIOBase
close()https://docs.python.org/library/io.html#io.IOBase.close
write()https://docs.python.org/library/io.html#io.TextIOBase.write
TextIOWrapperhttps://docs.python.org/library/io.html#io.TextIOWrapper
StringIOhttps://docs.python.org/library/io.html#io.StringIO
TextIOBasehttps://docs.python.org/library/io.html#io.TextIOBase
IOBasehttps://docs.python.org/library/io.html#io.IOBase
https://docs.python.org/library/io.html#io.StringIO.getvalue
strhttps://docs.python.org/library/stdtypes.html#str
read()https://docs.python.org/library/io.html#io.TextIOBase.read
https://docs.python.org/library/io.html#io.IncrementalNewlineDecoder
universal newlineshttps://docs.python.org/glossary.html#term-universal-newlines
codecs.IncrementalDecoderhttps://docs.python.org/library/codecs.html#codecs.IncrementalDecoder
https://docs.python.org/library/io.html#static-typing
@typing.runtime_checkablehttps://docs.python.org/library/typing.html#typing.runtime_checkable
https://docs.python.org/library/io.html#io.Reader
strhttps://docs.python.org/library/stdtypes.html#str
byteshttps://docs.python.org/library/stdtypes.html#bytes
https://docs.python.org/library/io.html#io.Reader.read
https://docs.python.org/library/io.html#io.Writer
strhttps://docs.python.org/library/stdtypes.html#str
byteshttps://docs.python.org/library/stdtypes.html#bytes
https://docs.python.org/library/io.html#io.Writer.write
ABCs and Protocols for working with I/Ohttps://docs.python.org/library/typing.html#typing-io
https://docs.python.org/library/io.html#performance
https://docs.python.org/library/io.html#id2
https://docs.python.org/library/io.html#id3
tell()https://docs.python.org/library/io.html#io.TextIOBase.tell
seek()https://docs.python.org/library/io.html#io.TextIOBase.seek
StringIOhttps://docs.python.org/library/io.html#io.StringIO
BytesIOhttps://docs.python.org/library/io.html#io.BytesIO
https://docs.python.org/library/io.html#multi-threading
FileIOhttps://docs.python.org/library/io.html#io.FileIO
read(2)https://manpages.debian.org/read(2)
BufferedReaderhttps://docs.python.org/library/io.html#io.BufferedReader
BufferedWriterhttps://docs.python.org/library/io.html#io.BufferedWriter
BufferedRandomhttps://docs.python.org/library/io.html#io.BufferedRandom
BufferedRWPairhttps://docs.python.org/library/io.html#io.BufferedRWPair
TextIOWrapperhttps://docs.python.org/library/io.html#io.TextIOWrapper
https://docs.python.org/library/io.html#reentrancy
BufferedReaderhttps://docs.python.org/library/io.html#io.BufferedReader
BufferedWriterhttps://docs.python.org/library/io.html#io.BufferedWriter
BufferedRandomhttps://docs.python.org/library/io.html#io.BufferedRandom
BufferedRWPairhttps://docs.python.org/library/io.html#io.BufferedRWPair
signalhttps://docs.python.org/library/signal.html#module-signal
RuntimeErrorhttps://docs.python.org/library/exceptions.html#RuntimeError
open()https://docs.python.org/library/functions.html#open
TextIOWrapperhttps://docs.python.org/library/io.html#io.TextIOWrapper
print()https://docs.python.org/library/functions.html#print
Table of Contentshttps://docs.python.org/contents.html
io — Core tools for working with streamshttps://docs.python.org/library/io.html
Overviewhttps://docs.python.org/library/io.html#overview
Text I/Ohttps://docs.python.org/library/io.html#text-i-o
Binary I/Ohttps://docs.python.org/library/io.html#binary-i-o
Raw I/Ohttps://docs.python.org/library/io.html#raw-i-o
Text Encodinghttps://docs.python.org/library/io.html#text-encoding
Opt-in EncodingWarninghttps://docs.python.org/library/io.html#opt-in-encodingwarning
High-level Module Interfacehttps://docs.python.org/library/io.html#high-level-module-interface
Class hierarchyhttps://docs.python.org/library/io.html#class-hierarchy
I/O Base Classeshttps://docs.python.org/library/io.html#i-o-base-classes
Raw File I/Ohttps://docs.python.org/library/io.html#raw-file-i-o
Buffered Streamshttps://docs.python.org/library/io.html#buffered-streams
Text I/Ohttps://docs.python.org/library/io.html#id1
Static Typinghttps://docs.python.org/library/io.html#static-typing
Performancehttps://docs.python.org/library/io.html#performance
Binary I/Ohttps://docs.python.org/library/io.html#id2
Text I/Ohttps://docs.python.org/library/io.html#id3
Multi-threadinghttps://docs.python.org/library/io.html#multi-threading
Reentrancyhttps://docs.python.org/library/io.html#reentrancy
os — Miscellaneous operating system interfaceshttps://docs.python.org/library/os.html
time — Time access and conversionshttps://docs.python.org/library/time.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/io.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/time.html
previoushttps://docs.python.org/library/os.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Generic Operating System Serviceshttps://docs.python.org/library/allos.html
io — Core tools for working with streamshttps://docs.python.org/library/io.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.