返回
Warning: You may not have write permissions to the file; saving may fail.
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'