Part of twisted.internet.interfaces View Source View In Hierarchy
Known implementations: twisted.web.static.StaticProducer
Method | resumeProducing | Produce data for the consumer a single time. |
Inherited from IProducer:
Method | stopProducing | Stop producing data. |
This tells a producer to produce data for the consumer once (not repeatedly, once only). Typically this will be done by calling the consumer's write() method a single time with produced data.