Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/twisted/internet/iocpreactor/__pycache__/ |
Upload File : |
o �b� � @ sF d Z ddlmZ G dd� de�ZG dd� de�ZG dd� dee�Zd S ) z Interfaces for iocpreactor � )� Interfacec @ � e Zd Zdd� ZdS )�IReadHandlec C � dS )a, Read into the given buffers from this handle. @param bufflist: the buffers to read into @type bufflist: list of objects implementing the read/write buffer protocol @param evt: an IOCP Event object @return: tuple (return code, number of bytes read) N� )�bufflist�evtr r �I/usr/lib/python3/dist-packages/twisted/internet/iocpreactor/interfaces.py�readFromHandle � zIReadHandle.readFromHandleN)�__name__� __module__�__qualname__r r r r r r � r c @ r )�IWriteHandlec C r )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 )�buffr r r r � writeToHandle r zIWriteHandle.writeToHandleN)r r r r r r r r r r r c @ s e Zd ZdS )�IReadWriteHandleN)r r r r r r r r ) s r N)�__doc__�zope.interfacer r r r r r r r �<module> s