class documentation

class CloseTestWriter:

Implements interfaces: twisted.protocols.ftp.IWriteFile

View In Hierarchy

Close writing to a file.

Method close Close bytes.
Method receive Receive bytes.
Instance Variable buffer Undocumented
Instance Variable closeStarted Undocumented
def close(self):

Close bytes.

Returns
Deferred
def receive(self):

Receive bytes.

Returns
Deferred
buffer =

Undocumented

closeStarted: bool =

Undocumented