ó
    F\hþ  ã                   ó$  • S r Sr/ SQrSSKrSSKrSSKJrJrJrJrJ	r	J
r
JrJrJrJrJrJrJrJrJr  S\l        SrSrSr " S	 S
\R0                  \R2                  S9r " S S\R6                  \5      r " S S\R:                  \5      r " S S\R>                  \5      r \RC                  \
5        \\\\\4 H  r"\RC                  \"5        M     \\4 H  r"\ RC                  \"5        M     C" SSKJ#r#  \RC                  \#5        g! \$ a     gf = f)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ë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>)ÚBlockingIOErrorÚopenÚ	open_codeÚIOBaseÚ	RawIOBaseÚFileIOÚBytesIOÚStringIOÚBufferedIOBaseÚBufferedReaderÚBufferedWriterÚBufferedRWPairÚBufferedRandomÚ
TextIOBaseÚTextIOWrapperÚUnsupportedOperationÚSEEK_SETÚSEEK_CURÚSEEK_ENDÚDEFAULT_BUFFER_SIZEÚtext_encodingÚIncrementalNewlineDecoderé    N)r   r   r   r   r   r   r   r	   r   r   r   r   r   r   r   Úioé   é   c                   ó@   • \ rS rSr\R
                  R                  rSrg)r   éH   © N)Ú__name__Ú
__module__Ú__qualname__Ú__firstlineno__Ú_ioÚ_IOBaseÚ__doc__Ú__static_attributes__r   ó    Ú/usr/lib/python3.13/io.pyr   r   H   s   † Ø�k‰k×!Ñ!ƒGr'   r   )Ú	metaclassc                   ó@   • \ rS rSr\R
                  R                  rSrg)r   éK   r   N)r   r    r!   r"   r#   Ú
_RawIOBaser%   r&   r   r'   r(   r   r   K   s   † Ø�n‰n×$Ñ$ƒGr'   r   c                   ó@   • \ rS rSr\R
                  R                  rSrg)r
   éN   r   N)r   r    r!   r"   r#   Ú_BufferedIOBaser%   r&   r   r'   r(   r
   r
   N   s   † Ø×!Ñ!×)Ñ)ƒGr'   r
   c                   ó@   • \ rS rSr\R
                  R                  rSrg)r   éQ   r   N)r   r    r!   r"   r#   Ú_TextIOBaser%   r&   r   r'   r(   r   r   Q   s   † Ø�o‰o×%Ñ%ƒGr'   r   )Ú_WindowsConsoleIO)%r%   Ú
__author__Ú__all__r#   Úabcr   r   r   r   r   r   r   r	   r   r   r   r   r   r   r   r    r   r   r   r$   ÚABCMetar   r,   r   r/   r
   r2   r   ÚregisterÚklassr3   ÚImportErrorr   r'   r(   Ú<module>r;      s/  ðñ!ðH8€
òP€ó Û 
÷J÷ J÷ J÷ Jñ Jð #'Ð Ô ð €Ø€Ø€ô
"ˆS�[‰[ C§K¡Kò "ô%�—‘ ô %ô*�S×(Ñ(¨&ô *ô&�—‘ &ô &ð 
× Ñ �6Ô à�~ ~°~Øó€Eà×Ñ˜EÖ"ñð ˜Ó&€EØ×Ñ˜Öñ 'à	ð*Ý%ð ×ÑÐ(Õ)øð ó 	Ùð	ús   Ã.D ÄDÄD