python (3.12.0)
ˑe d Z dZ G d de ZeZ G d de Z G d de Z G d d e Z
G d
de Z G d d
e Zy)zasyncio exceptions.)BrokenBarrierErrorCancelledErrorInvalidStateErrorTimeoutErrorIncompleteReadErrorLimitOverrunErrorSendfileNotAvailableErrorc e Zd ZdZy)r z!The Future or Task was cancelled.N__name__
__module____qualname____doc__ F/BuggyBox/python/3.12.0/bootstrap/lib/python3.12/asyncio/exceptions.pyr r
s +r r c e Zd ZdZy)r z+The operation is not allowed in this state.Nr
r r r r r s 5r r c e Zd ZdZy)r z~Sendfile syscall is not available.
Raised if OS does not support sendfile syscall for given socket or
file type.
Nr
r r r r r s r r c ( e Zd ZdZ fdZd Z xZS )r z
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)
c | |dn
t | }t | t | d| d || _ || _ y )N undefinedz bytes read on a total of z expected bytes)reprsuper__init__lenpartialexpected)selfr r
r_expected __class__s r r zIncompleteReadError.__init__$ sE $,$4[$x.
CL>)C&<8 9
r c H t | | j | j ffS N)typer r r s r
__reduce__zIncompleteReadError.__reduce__+ s DzDLL$--888r r r r
r r r$
__classcell__r s @r r r s !9r r c ( e Zd ZdZ fdZd Z xZS )r zReached the buffer limit while looking for a separator.
Attributes:
- consumed: total number of to be consumed bytes.
c 2 t | | || _ y r! )r r consumed)r messager* r s r r zLimitOverrunError.__init__5 s
!
r c N t | | j d | j ffS )N )r"