Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/twisted/internet/test/__pycache__/test_stdio.cpython-39.pyc
Ðазад
a k�h� � @ s` d Z ddlmZ ddlmZ ddlmZ e�� s<ddlm Z G dd� de�Z e� �e � � � dS ) z& Tests for L{twisted.internet.stdio}. � )�Protocol)�ReactorBuilder)�platform)� StandardIOc @ s\ e Zd ZdZdd� Zdd� Zdd� Zdd � Zd d� Zdd � Z dd� Z dd� Ze� � rXdZdS )�StdioFilesTestszI L{StandardIO} supports reading and writing to filesystem files. c C s4 | � � }t|d��� t|d�| _| �| jj� d S )N�wbzrb+)�mktemp�open�close� extraFile� addCleanup)�self�path� r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/twisted/internet/test/test_stdio.py�setUp s zStdioFilesTests.setUpc s� | � � � G � fdd�dt�}| �� }t|d��}|�d� W d � n1 sN0 Y t|d��:}|� }t||�� | j�� � d� | �� � W d � n1 s�0 Y | � |j d� dS )zc Adding a filesystem file reader to a reactor will make sure it is polled. c s e Zd ZdZ� fdd�ZdS )z4StdioFilesTests.test_addReader.<locals>.DataProtocol� c s$ | j |7 _ | j dkr � �� d S )N� hello!)�data�stop)r r ��reactorr r �dataReceived&