/snap/core20/2866/usr/lib/python3.8/asyncio/__pycache__
NameSizeModeActions
base_events.cpython-38.pyc510200644editdlrm
base_futures.cpython-38.pyc18980644editdlrm
base_subprocess.cpython-38.pyc94160644editdlrm
base_tasks.cpython-38.pyc19440644editdlrm
constants.cpython-38.pyc5810644editdlrm
coroutines.cpython-38.pyc66540644editdlrm
events.cpython-38.pyc280570644editdlrm
exceptions.cpython-38.pyc25490644editdlrm
format_helpers.cpython-38.pyc23320644editdlrm
futures.cpython-38.pyc111930644editdlrm
locks.cpython-38.pyc163680644editdlrm
log.cpython-38.pyc2260644editdlrm
proactor_events.cpython-38.pyc241450644editdlrm
protocols.cpython-38.pyc86140644editdlrm
queues.cpython-38.pyc83810644editdlrm
runners.cpython-38.pyc19470644editdlrm
selector_events.cpython-38.pyc296850644editdlrm
sslproto.cpython-38.pyc216180644editdlrm
staggered.cpython-38.pyc41180644editdlrm
streams.cpython-38.pyc206400644editdlrm
subprocess.cpython-38.pyc73580644editdlrm
tasks.cpython-38.pyc242810644editdlrm
transports.cpython-38.pyc122620644editdlrm
trsock.cpython-38.pyc84830644editdlrm
unix_events.cpython-38.pyc393360644editdlrm
windows_events.cpython-38.pyc245830644editdlrm
windows_utils.cpython-38.pyc44710644editdlrm
__init__.cpython-38.pyc7500644editdlrm
__main__.cpython-38.pyc31360644editdlrm
Edit: /snap/core20/2866/usr/lib/python3.8/asyncio/__pycache__/exceptions.cpython-38.pyc (2549B)
U ʦia@sldZdZGdddeZGdddeZGdddeZGdd d eZGd d d e Z Gd d d eZ dS)zasyncio exceptions.)CancelledErrorInvalidStateError TimeoutErrorIncompleteReadErrorLimitOverrunErrorSendfileNotAvailableErrorc@seZdZdZdS)rz!The Future or Task was cancelled.N__name__ __module__ __qualname____doc__r r (/usr/lib/python3.8/asyncio/exceptions.pyr src@seZdZdZdS)rz*The operation exceeded the given deadline.Nrr r r r r src@seZdZdZdS)rz+The operation is not allowed in this state.Nrr r r r rsrc@seZdZdZdS)rz~Sendfile syscall is not available. Raised if OS does not support sendfile syscall for given socket or file type. Nrr r r r rsrcs(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@|dkr dnt|}tt|d|d||_||_dS)NZ undefinedz bytes read on a total of z expected bytes)reprsuper__init__lenpartialexpected)selfrrZ r_expected __class__r r r$szIncompleteReadError.__init__cCst||j|jffSN)typerrrr r r __reduce__+szIncompleteReadError.__reduce__rr r r rr __classcell__r r rr rs rcs(eZdZdZfddZddZZS)rzReached the buffer limit while looking for a separator. Attributes: - consumed: total number of to be consumed bytes. cst|||_dSr)rrconsumed)rmessagerrr r r5s zLimitOverrunError.__init__cCst||jd|jffS)N)rargsrrr r r r9szLimitOverrunError.__reduce__rr r rr r/s rN) r __all__ BaseExceptionr Exceptionrr RuntimeErrorrEOFErrorrrr r r r s