Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
§
àÀfâ) ã óÒ — d Z dZ G d„ d¦ « Z G d„ de¦ « Z G d„ de¦ « Z G d„ d ee¦ « Z G d
„ de¦ « Z G d„ d
e¦ « Z G d„ de¦ « ZdS )zAbstract Transport class.)Ú
BaseTransportÚ
ReadTransportÚWriteTransportÚ TransportÚDatagramTransportÚSubprocessTransportc ó> — e Zd ZdZdZd
d„Zd
d„Zd„ Zd„ Zd„ Z d „ Z
dS )r zBase class for transports.©Ú_extraNc ó — |€i }|| _ d S ©Nr )ÚselfÚextras ú9/opt/alt/python311/lib64/python3.11/asyncio/transports.pyÚ__init__zBaseTransport.__init__ s € ؈=؈E؈Œˆˆó c ó8 — | j ||¦ « S )z#Get optional transport information.)r
Úget)r
ÚnameÚdefaults r Úget_extra_infozBaseTransport.get_extra_info s € àŒ{�Š˜t WÑ-Ô-Ð-r c ó — t ‚)z2Return True if the transport is closing or closed.©ÚNotImplementedError©r
s r Ú
is_closingzBaseTransport.is_closing ó € å!Ð!r c ó — t ‚)a Close the transport.
Buffered data will be flushed asynchronously. No more data
will be received. After all buffered data is flushed, the
protocol's connection_lost() method will (eventually) be
called with None as its argument.
r r s r ÚclosezBaseTransport.close ó
€ õ "Ð!r c ó — t ‚)zSet a new protocol.r )r
Úprotocols r Úset_protocolzBaseTransport.set_protocol% r r c ó — t ‚)zReturn the current protocol.r r s r Úget_protocolzBaseTransport.get_protocol) r r r )Ú__name__Ú
__module__Ú__qualname__Ú__doc__Ú __slots__r r r r r" r$ © r r r r sƒ € € € € € Ø$Ð$à€Iðð ð ð ð
.ð .ð .ð .ð"ð "ð "ð"ð "ð "ð"ð "ð "ð"ð "ð "ð "ð "r r c ó( — e Zd ZdZdZd„ Zd„ Zd„ ZdS )r z#Interface for read-only transports.r* c ó — t ‚)z*Return True if the transport is receiving.r r s r Ú
is_readingzReadTransport.is_reading3 r r c ó — t ‚)z”Pause the receiving end.
No data will be passed to the protocol's data_received()
method until resume_reading() is called.
r r s r Ú
pause_readingzReadTransport.pause_reading7 ó
€ õ "Ð!r c ó — t ‚)z…Resume the receiving end.
Data received will once again be passed to the protocol's
data_received() method.
r r s r Úresume_readingzReadTransport.resume_reading? r0 r N)r% r&