Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib64/python3.9/asyncio/__pycache__/ |
Upload File : |
a �DOga � @ sh d Z G dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG d d � d e�Z G dd� de�Z d S ))�CancelledError�InvalidStateError�TimeoutError�IncompleteReadError�LimitOverrunError�SendfileNotAvailableErrorc @ s e Zd ZdS )r N��__name__� __module__�__qualname__� r r �*/usr/lib64/python3.9/asyncio/exceptions.pyr s r c @ s e Zd ZdS )r Nr r r r r r s r c @ s e Zd ZdS )r Nr r r r r r s r c @ s e Zd ZdS )r Nr r r r r r s r c s$ e Zd Z� fdd�Zdd� Z� ZS )r c s@ |d u rdnt |�}t� �t|�� d|� d�� || _|| _d S )NZ undefinedz bytes read on a total of z expected bytes)�repr�super�__init__�len�partial�expected)�selfr r Z 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 � __classcell__r r r r r s r c s$ e Zd Z� fdd�Zdd� Z� ZS )r 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)�__all__� BaseExceptionr � Exceptionr r �RuntimeErrorr �EOFErrorr r r r r r �<module> s