Your IP : 3.143.244.80
U
e5da�@sldZdZGdd�de�ZGdd�de�ZGdd�de�ZGdd �d e�ZGd
d�de �Z
Gdd
�d
e�ZdS)zasyncio exceptions.)�CancelledError�InvalidStateError�TimeoutError�IncompleteReadError�LimitOverrunError�SendfileNotAvailableErrorc@seZdZdZdS)rz!The Future or Task was cancelled.N��__name__�
__module__�__qualname__�__doc__�rr�*/usr/lib64/python3.8/asyncio/exceptions.pyr src@seZdZdZdS)rz*The operation exceeded the given deadline.Nrrrrr
r
src@seZdZdZdS)rz+The operation is not allowed in this state.Nrrrrr
rsrc@seZdZdZdS)rz~Sendfile syscall is not available.
Raised if OS does not support sendfile syscall for given socket or
file type.
Nrrrrr
rsrcs(eZdZdZ�fdd�Zdd�Z�ZS)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@|dkrdnt|�}t��t|��d|�d��||_||_dS)NZ undefinedz bytes read on a total of z expected bytes)�repr�super�__init__�len�partial�expected)�selfrrZ
r_expected�� __class__rr
r$szIncompleteReadError.__init__cCst|�|j|jffS�N)�typerr�rrrr
�
__reduce__+szIncompleteReadError.__reduce__�rr r
rrr�
__classcell__rrrr
rsrcs(eZdZdZ�fdd�Zdd�Z�ZS)rz�Reached the buffer limit while looking for a separator.
Attributes:
- consumed: total number of to be consumed bytes.
cst��|�||_dSr)rr�consumed)r�messagerrrr
r5szLimitOverrunError.__init__cCst|�|jd|jffS)N�)r�argsrrrrr
r9szLimitOverrunError.__reduce__rrrrr
r/srN)r�__all__�
BaseExceptionr� Exceptionrr�RuntimeErrorr�EOFErrorrrrrrr
�<module>s
?>