Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/twisted/protocols/__pycache__/wire.cpython-39.pyc
Ðазад
a k�h� � @ s� d Z ddlZddlZddlmZ ddlmZmZ G dd� dej�Z G dd� dej�Z eej�G d d � d ej��ZG dd� dej�Z G d d� dej�ZG dd� dej�ZG dd� dej�Zg d�ZdS )zzImplement standard (and unused) TCP protocols. These protocols are either provided by inetd, or are not provided at all. � N)�implementer)� interfaces�protocolc @ s e Zd ZdZdd� ZdS )�EchozC As soon as any data is received, write it back (RFC 862). c C s | j �|� d S �N)� transport�write��self�data� r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/twisted/protocols/wire.py�dataReceived s zEcho.dataReceivedN��__name__� __module__�__qualname__�__doc__r r r r r r s r c @ s e Zd ZdZdd� ZdS )�Discardz. Discard any received data (RFC 863). c C s d S r r r r r r r s zDiscard.dataReceivedNr r r r r r s r c @ s4 e Zd ZdZdZdd� Zdd� Zdd� Zd d � ZdS )�Chargenz- Generate repeating noise (RFC 864). sG @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ !"#$%&?c C s | j �| d� d S )Nr )r ZregisterProducer�r r r r �connectionMade- s zChargen.connectionMadec C s | j �| j� d S r )r r �noiser r r r �resumeProducing0 s zChargen.resumeProducingc C s d S r r r r r r �pauseProducing3 s zChargen.pauseProducingc C s d S r r r r r r � stopProducing6 s zChargen.stopProducingN) r r r r r r r r r r r r r r % s r c @ s e Zd ZdZdd� Zdd� ZdS )�QOTDz. Return a quote of the day (RFC 865). c C s | j �| �� � | j �� d S r )r r �getQuote�loseConnectionr r r r r ? s zQOTD.connectionMadec C s dS )zB Return a quote. May be overrriden in subclasses. s'