/snap/core22/2411/usr/lib/python3.10/asyncio/__pycache__
NameSizeModeActions
base_events.cpython-310.pyc518520644editdlrm
base_futures.cpython-310.pyc19110644editdlrm
base_subprocess.cpython-310.pyc93860644editdlrm
base_tasks.cpython-310.pyc19810644editdlrm
constants.cpython-310.pyc5860644editdlrm
coroutines.cpython-310.pyc66210644editdlrm
events.cpython-310.pyc283060644editdlrm
exceptions.cpython-310.pyc24680644editdlrm
format_helpers.cpython-310.pyc23390644editdlrm
futures.cpython-310.pyc118870644editdlrm
locks.cpython-310.pyc141730644editdlrm
log.cpython-310.pyc2290644editdlrm
mixins.cpython-310.pyc10770644editdlrm
proactor_events.cpython-310.pyc246980644editdlrm
protocols.cpython-310.pyc82980644editdlrm
queues.cpython-310.pyc83000644editdlrm
runners.cpython-310.pyc20920644editdlrm
selector_events.cpython-310.pyc295780644editdlrm
sslproto.cpython-310.pyc219540644editdlrm
staggered.cpython-310.pyc41830644editdlrm
streams.cpython-310.pyc203830644editdlrm
subprocess.cpython-310.pyc70620644editdlrm
tasks.cpython-310.pyc239730644editdlrm
threads.cpython-310.pyc9850644editdlrm
transports.cpython-310.pyc123320644editdlrm
trsock.cpython-310.pyc78420644editdlrm
unix_events.cpython-310.pyc416910644editdlrm
windows_events.cpython-310.pyc241470644editdlrm
windows_utils.cpython-310.pyc44960644editdlrm
__init__.cpython-310.pyc7440644editdlrm
__main__.cpython-310.pyc31710644editdlrm
Edit: /snap/core22/2411/usr/lib/python3.10/asyncio/__pycache__/exceptions.cpython-310.pyc (2468B)
o `wia@sldZdZGdddeZGdddeZGdddeZGdd d eZGd d d e Z Gd d d eZ dS)zasyncio exceptions.)CancelledErrorInvalidStateError TimeoutErrorIncompleteReadErrorLimitOverrunErrorSendfileNotAvailableErrorc@eZdZdZdS)rz!The Future or Task was cancelled.N__name__ __module__ __qualname____doc__r r )/usr/lib/python3.10/asyncio/exceptions.pyr rc@r)rz*The operation exceeded the given deadline.Nrr r r rr rrc@r)rz+The operation is not allowed in this state.Nrr r r rrrrc@r)rz~Sendfile syscall is not available. Raised if OS does not support sendfile syscall for given socket or file type. Nrr r r rrrrc(eZdZdZfddZddZZS)rz Incomplete read error. Attributes: - partial: read bytes string before the end of stream was reached - expected: total number of expected bytes (or None if unknown) cs@|durdnt|}tt|d|d||_||_dS)N undefinedz bytes read on a total of z expected bytes)reprsuper__init__lenpartialexpected)selfrr r_expected __class__r rr$s   zIncompleteReadError.__init__cCst||j|jffSN)typerrrr r r __reduce__+szIncompleteReadError.__reduce__r r r r rr __classcell__r r rrrs rcr)rzReached the buffer limit while looking for a separator. Attributes: - consumed: total number of to be consumed bytes. cst|||_dSr)rrconsumed)rmessager"rr rr5s  zLimitOverrunError.__init__cCst||jd|jffS)N)rargsr"rr r rr9szLimitOverrunError.__reduce__r r r rrr/s rN) r __all__ BaseExceptionr Exceptionrr RuntimeErrorrEOFErrorrrr r r rs