class documentation

class _FileWriter: (source)

Implements interfaces: twisted.protocols.ftp.IWriteFile

View In Hierarchy

Undocumented

Method __init__ Undocumented
Instance Variable fObj Undocumented
Method receive Create a consumer which will write to this file. This method may only be invoked once on each provider.
Method close Perform any post-write work that needs to be done. This method may only be invoked once on each provider, and will always be invoked after receive().
Instance Variable _receive Undocumented
def __init__(self, fObj): (source)

Undocumented

fObj = (source)

Undocumented

_receive = (source)

Undocumented

(type: bool)
def receive(self): (source)

Create a consumer which will write to this file. This method may only be invoked once on each provider.

ReturnsUndocumented (type: Deferred of IConsumer)
def close(self): (source)

Perform any post-write work that needs to be done. This method may only be invoked once on each provider, and will always be invoked after receive().

ReturnsUndocumented (type: Deferred of anything: the value is ignored. The FTP client will not see their upload request complete until this Deferred has been fired.)
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.