interface documentation

class IReadHandle(Interface): (source)

Known subclasses: twisted.internet.iocpreactor.interfaces.IReadWriteHandle

View In Hierarchy

Undocumented

Method readFromHandle Read into the given buffers from this handle.
def readFromHandle(bufflist, evt): (source)

Read into the given buffers from this handle.

Parametersbufflistthe buffers to read into (type: list of objects implementing the read/write buffer protocol)
evtan IOCP Event object
Returnstuple (return code, number of bytes read)
API Documentation for Twisted, generated by pydoctor 21.2.2 at 2021-07-28 08:52:54.