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.ConnectedSocket, twisted.mail.pop3.POP3, twisted.protocols.basic.FileSender, twisted.protocols.pcp.BasicProducerConsumerProxy, twisted.protocols.wire.Chargen

A producer produces data for a consumer.

Typically producing is done by calling the write method of an class implementing IConsumer.
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.