Interface t.i.i.IProducer(Interface):

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

Known subclasses: twisted.internet.interfaces.IPullProducer, twisted.internet.interfaces.IPushProducer

Known implementations: twisted.internet._dumbwin32proc.Process, twisted.internet._posixstdio.StandardIO, twisted.internet.abstract.FileDescriptor, twisted.internet.iocpreactor.abstract.FileHandle, twisted.mail.pop3.POP3, twisted.protocols.basic.FileSender, twisted.protocols.pcp.BasicProducerConsumerProxy, twisted.protocols.wire.Chargen (hide last 5 again) ... and 5 more

A producer produces data for a consumer.

Typically producing is done by calling the write method of an class implementing IConsumer.
Line # Kind Name Docs
1061 Method stopProducing Stop producing data.
def stopProducing(): (source)

Stop producing data.

This tells a producer that its consumer has died, so it must stop producing data for good.
API Documentation for Twisted, generated by pydoctor at 2008-10-26 16:12:37.