File: //usr/lib/python3/dist-packages/twisted/test/__pycache__/process_twisted.cpython-38.pyc
U
W[� � @ s� d Z ddlmZmZmZ ddlZddlZej�ej d ��
ejd �Zedkrvej�
dej�ej d �ded � � ej�
dej� ddlmZ ddlmZ dd lmZ e�ej� dd
lmZmZmZ eej�G dd� dej��Ze�e� � e�� dS )
z6A process that reads from stdin and out using Twisted.� )�division�absolute_import�print_functionNZTwisted���� )�log)�implementer)�
interfaces)�protocol�reactor�stdioc @ s4 e Zd Zdd� Zdd� Zdd� Zdd� Zd d
� ZdS )�Echoc C s t d� d S )Nzconnection made��print��self� r �>/usr/lib/python3/dist-packages/twisted/test/process_twisted.py�connectionMade s zEcho.connectionMadec C s | j �|� d S )N)� transport�write)r �datar r r �dataReceived s zEcho.dataReceivedc C s t d� | j�� d S )N�readConnectionLost)r r ZloseConnectionr r r r r "