| Server IP : 162.19.112.25 / Your IP : 216.73.216.88 Web Server : LiteSpeed System : Linux qamar.tasjeel.ae 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : archiart ( 1428) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python37/lib64/python3.7/asyncio/__pycache__/ |
Upload File : |
B ���;T�J]� @ sx d Z G dd� d�ZG dd� de�ZG dd� de�ZG dd� dee�ZG d d � d e�ZG dd� de�ZG d d� de�ZdS ))� BaseTransport� ReadTransport�WriteTransport� Transport�DatagramTransport�SubprocessTransportc @ s@ e Zd Zddd�Zddd�Zdd� Zdd � Zd d� Zdd � ZdS )r Nc C s |d kri }|| _ d S )N)�_extra)�self�extra� r �7/opt/alt/python37/lib64/python3.7/asyncio/transports.py�__init__ s zBaseTransport.__init__c C s | j �||�S )N)r �get)r �name�defaultr r r �get_extra_info s zBaseTransport.get_extra_infoc C s t �d S )N)�NotImplementedError)r r r r � is_closing s zBaseTransport.is_closingc C s t �d S )N)r )r r r r �close s zBaseTransport.closec C s t �d S )N)r )r �protocolr r r �set_protocol# s zBaseTransport.set_protocolc C s t �d S )N)r )r r r r �get_protocol'