403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.217.51
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Python315/Lib/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Python315/Lib/__pycache__/io.cpython-315.pyc
R
>lqjc��QsQs,QNs]PHs]PHs]QHGs]Q	HGsGsG	s	G
s
GsGsG
s
GsGsGsGsGsGsGsGs]s]s]sQ
Q\O2\O4Q5sQQ\O8\2sQ
Q\O<\2sQQ\O@\2s!\OE\2\
\\\\1FDs#\OE\#2J	\\1FDs#\!OE\#2J	?#]QHG$s$\OE\$2\&\'\(*2s)QQ\O4Q5s*QQ\O4Q5s+P!\%cKFh9h)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>�IOBase�	RawIOBase�BufferedIOBase�
TextIOBase�Reader�Writer)�_check_methods)�DEFAULT_BUFFER_SIZE�BlockingIOError�UnsupportedOperation�open�	open_code�FileIO�BytesIO�StringIO�BufferedReader�BufferedWriter�BufferedRWPair�BufferedRandom�IncrementalNewlineDecoder�
text_encoding�
TextIOWrapperc�D�\sQs]Gs\O
OsQsP!)r�)�__name__�
__module__�__qualname__�__firstlineno__�_io�_IOBase�__doc__�__static_attributes__r��C:\Python315\\Lib\io.pyrrGs���k�k�!�!�Gr!)�	metaclassc�D�\sQs]Js\O
OsQsP!)rr)rrrrr�
_RawIOBaserr rr!r"rrJs���n�n�$�$�Gr!c�D�\sQs]Ms\O
OsQsP!)rr)rrrrr�_BufferedIOBaserr rr!r"rrMs���!�!�)�)�Gr!c�D�\sQs]Ps\O
OsQsP!)rr)rrrrr�_TextIOBaserr rr!r"rrPs���o�o�%�%�Gr!)�_WindowsConsoleIOc�r`�\sQs]ksnQsQs\OQQk2s\	Q2s
\	\2sQs
UsP!)rzUProtocol for simple I/O reader instances.

This protocol only supports blocking I/O.
c��P!)z~Read data from the input stream and return it.

If *size* is specified, at most *size* items (bytes/characters) will be
read.
r)�self�sizes""r"�read�Reader.reads��r!c�<�U[Ic
[UQ2![!)r/)rr�NotImplemented��cls�Cs&&r"�__subclasshook__�Reader.__subclasshook__{s���&�=�!�!�V�,�,��r!r).)rrrrr�	__slots__�abc�abstractmethodr/�classmethodr7�GenericAlias�__class_getitem__r �__classdictcell__��
__classdict__s@r"rrksJ�����
�I�����������
$�L�1�r!c�n`�\sQs]�snQsQs\OQ2s\	Q2s
\	\2sQs
UsP!)rzUProtocol for simple I/O writer instances.

This protocol only supports blocking I/O.
c��P!)zIWrite *data* to the output stream and return the number of items written.r)r-�datas""r"�write�Writer.write�r1r!c�<�U[Ic
[UQ2![!)rE)rrr3r4s&&r"r7�Writer.__subclasshook__�s���&�=�!�!�W�-�-��r!r)rrrrrr9r:r;rEr<r7r=r>r r?r@s@r"rr�sL�����
�I����X��X�����
$�L�1�r!)r	rrrrr
rrrrrrrrrr
�SEEK_SET�SEEK_CUR�SEEK_ENDrrrrr),r�
__author__�__all__rr:�_collections_abcrrr	r
rrr
rrrrrrrrrrIrJrKr�ABCMetarr%rr'rr)r�register�klassr*�ImportError�type�list�intr=rrrr!r"�<module>rVsV��!�H8�
����
�+�J�J�J�J�J�
������
"�S�[�[�C�K�K�"�%�����%�*�S�(�(�&�*�&����&�&�
���6���~�~�~���E����E�"���
�
&�E������'�	�*�%����(�)��D��I���2�s�{�{�2�22�s�{�{�2��K�	��	�s�3E�E�
E�E

Youez - 2016 - github.com/yon3zu
LinuXploit