Interface t.i.i.IWriteDescriptor(IFileDescriptor):

Part of twisted.internet.interfaces View Source View In Hierarchy

Known subclasses: twisted.internet.interfaces.IReadWriteDescriptor

No interface docstring
Method doWrite Some data can be written to your descriptor.

Inherited from IFileDescriptor:

Method fileno
Method connectionLost Called when the connection was lost.
def doWrite(): (source)
Some data can be written to your descriptor.
API Documentation for twisted, generated by pydoctor.