HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
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