interface documentation

class IWriteHandle(Interface): (source)

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

View In Hierarchy

Undocumented

Method writeToHandle Write the given buffer to this handle.
def writeToHandle(buff, evt): (source)

Write the given buffer to this handle.

Parametersbuffthe buffer to write (type: any object implementing the buffer protocol)
evtan IOCP Event object
Returnstuple (return code, number of bytes written)
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.