Files
old-parkingkoncept/parkingkonceptvenv/lib/python3.7/__pycache__/io.cpython-37.pyc

50 lines
3.4 KiB
Plaintext
Raw Normal View History

2019-11-17 12:44:16 +01:00
B
<00>x-]<5D> <00>@sldZdZdddddddd d
d d d ddddddgZddlZddlZddlmZmZmZmZm Z m
Z
m Z m Z m Z mZmZmZmZejZde_dZdZdZGdd<04>dejejd<1B>ZGdd<05>deje<19>ZGdd <09>d eje<19>ZGdd<0E>deje<19>Ze<1B> e <09>x"e
e e eefD]Z!e<1D> e!<21><00>qWxe efD]Z!e<1F> e!<21><00>q W[!yddlm"Z"Wne#k
<EFBFBD>r\Yn Xe<1B> e"<22>dS) a<>The io module provides the Python interfaces to stream handling. The
builtin open function is defined in this module.
At the top of the I/O hierarchy is the abstract base class IOBase. It
defines the basic interface to a stream. Note, however, that there is no
separation between reading and writing to streams; implementations are
allowed to raise an OSError if they do not support a given operation.
Extending IOBase is RawIOBase which deals simply with the reading and
writing of raw bytes to a stream. FileIO subclasses RawIOBase to provide
an interface to OS files.
BufferedIOBase deals with buffering on a raw byte stream (RawIOBase). Its
subclasses, BufferedWriter, BufferedReader, and BufferedRWPair buffer
streams that are readable, writable, and both respectively.
BufferedRandom provides a buffered interface to random access
streams. BytesIO is a simple stream of in-memory bytes.
Another IOBase subclass, TextIOBase, deals with the encoding and decoding
of streams into text. TextIOWrapper, which extends it, is a buffered text
interface to a buffered raw stream (`BufferedIOBase`). Finally, StringIO
is an in-memory stream for text.
Argument names are not part of the specification, and only the arguments
of open() are intended to be used as keyword arguments.
data:
DEFAULT_BUFFER_SIZE
An int containing the default buffer size used by the module's buffered
I/O classes. open() uses the file's blksize (as obtained by os.stat) if
possible.
z<EFBFBD>Guido van Rossum <guido@python.org>, Mike Verdone <mike.verdone@gmail.com>, Mark Russell <mark.russell@zen.co.uk>, Antoine Pitrou <solipsis@pitrou.net>, Amaury Forgeot d'Arc <amauryfa@gmail.com>, Benjamin Peterson <benjamin@python.org><3E>BlockingIOError<6F>open<65>IOBase<73> RawIOBase<73>FileIO<49>BytesIO<49>StringIO<49>BufferedIOBase<73>BufferedReader<65>BufferedWriter<65>BufferedRWPair<69>BufferedRandom<6F>
TextIOBase<EFBFBD> TextIOWrapper<65>UnsupportedOperation<6F>SEEK_SET<45>SEEK_CUR<55>SEEK_END<4E>N) <0A>DEFAULT_BUFFER_SIZErrrrrrr r
r r <00>IncrementalNewlineDecoderrZio<69><00>c@seZdZejjZdS)rN)<06>__name__<5F>
__module__<EFBFBD> __qualname__<5F>_io<69>_IOBase<73>__doc__<5F>rr<00>P/home/hamo/projects/zoblak/parkingkoncept/parkingkonceptvenv/lib/python3.7/io.pyrHs)Z metaclassc@seZdZejjZdS)rN)rrrr<00>
_RawIOBaserrrrrrKsc@seZdZejjZdS)rN)rrrr<00>_BufferedIOBaserrrrrrNsc@seZdZejjZdS)r N)rrrr<00> _TextIOBaserrrrrr Qs)<01>_WindowsConsoleIO)$rZ
__author__<EFBFBD>__all__rZabcrrrrrrrr r
r r rrZ OpenWrapperrrrrrZABCMetarr rr!rr"r <00>registerZklassr#<00> ImportErrorrrrr<00><module>"s<
 <