| Server IP : 138.197.176.125 / Your IP : 216.73.217.55 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/twisted/internet/iocpreactor/__pycache__/ |
Upload File : |
U
W[� � @ sF d Z ddlmZ G dd� de�ZG dd� de�ZG dd� dee�Zd S )
z
Interfaces for iocpreactor
� )� Interfacec @ s e Zd Zdd� ZdS )�IReadHandlec C s dS )a$
Read into the given buffers from this handle.
@param buff: the buffers to read into
@type buff: list of objects implementing the read/write buffer protocol
@param evt: an IOCP Event object
@return: tuple (return code, number of bytes read)
N� )Zbufflist�evtr r �I/usr/lib/python3/dist-packages/twisted/internet/iocpreactor/interfaces.py�readFromHandle s zIReadHandle.readFromHandleN)�__name__�
__module__�__qualname__r r r r r r s r c @ s e Zd Zdd� ZdS )�IWriteHandlec C s dS )a
Write the given buffer to this handle.
@param buff: the buffer to write
@type buff: any object implementing the buffer protocol
@param evt: an IOCP Event object
@return: tuple (return code, number of bytes written)
Nr )Zbuffr r r r �
writeToHandle s zIWriteHandle.writeToHandleN)r r r
r r r r r r s r c @ s e Zd ZdS )�IReadWriteHandleN)r r r
r r r r r
, s r
N)�__doc__Zzope.interfacer r r r
r r r r �<module> s