Interface t.i.i.IFinishableConsumer(IConsumer):

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

Known implementations: twisted.protocols.ftp.SenderProtocol

A Consumer for producers that finish.

This interface is semi-stable.
Method finish The producer has finished producing.

Inherited from IConsumer:

Method registerProducer Register to receive data from a producer.
Method unregisterProducer Stop consuming data from a producer, without disconnecting.
Method write The producer will write data by calling this method.
def finish(): (source)
The producer has finished producing.
API Documentation for twisted, generated by pydoctor.