🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 22:23:44 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
asyncio
/
__pycache__
📍 /opt/alt/python37/lib64/python3.7/asyncio/__pycache__
🔄 Refresh
✏️
Editing: transports.cpython-37.opt-2.pyc
Read Only
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'