python (3.11.7)
    e-                         	 d Z  G d d          Z G d de          Z G d de          Z G d de          Z G d	 d
e          Zd ZdS )
)BaseProtocolProtocolDatagramProtocolSubprocessProtocolBufferedProtocolc                   ,    e Zd Z	 dZd Zd Zd Zd ZdS )r    c                     d S Nr   )self	transports     E/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/asyncio/protocols.pyconnection_madezBaseProtocol.connection_made       	 	    c                     d S r
   r   r   excs     r
   connection_lostzBaseProtocol.connection_lost   r   r   c                     d S r
   r   r   s    r
   
pause_writingzBaseProtocol.pause_writing%   s    	 	r   c                     d S r
   r   r   s    r
   resume_writingzBaseProtocol.resume_writing;       	 	r   N)__name__
__module____qualname__	__slots__r   r   r   r   r   r   r
   r   r   	   s\         I      ,    r   r   c                        e Zd Z	 dZd Zd ZdS )r   r   c                     d S r
   r   )r   datas     r
   
data_receivedzProtocol.data_received^   r   r   c                     d S r
   r   r   s    r
   eof_receivedzProtocol.eof_receivedd   r   r   N)r   r   r   r   r"