HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/twisted/protocols/__pycache__/stateful.cpython-310.pyc
o

�b��@s.ddlmZddlmZGdd�dej�ZdS)�)�BytesIO)�protocolc@s,eZdZdZdZdd�Zdd�Zdd�Zd	S)
�StatefulProtocola-A Protocol that stores state for you.

    state is a pair (function, num_bytes). When num_bytes bytes of data arrives
    from the network, function is called. It is expected to return the next
    state or None to keep same state. Initial state is returned by
    getInitialState (override it).
    )NNrcCs$tj�||�|��t�df|_dS)Nr)r�Protocol�makeConnection�getInitialStater�
_sful_data)�self�	transport�r�</usr/lib/python3/dist-packages/twisted/protocols/stateful.pyrszStatefulProtocol.makeConnectioncCst�)N)�NotImplementedError)r	rrrrsz StatefulProtocol.getInitialStatec	Cs�|j\}}}|�dd�|�|�|��}|�|�|||dkrG|�|d�}||d7}|d|�}|jjr;dS|r?|}|||dks"|dkr_|��}|�d�|��|�|�d}|||f|_dS)Nr��)r�seek�write�tell�readr
�
disconnecting�truncate)	r	�data�state�buffer�offset�blen�d�next�brrr�dataReceiveds,

��


zStatefulProtocol.dataReceivedN)�__name__�
__module__�__qualname__�__doc__rrrrrrrrrsrN)�ior�twisted.internetrrrrrrr�<module>s