A StaticProducer that writes the entire file to the request.

Method start Undocumented
Method resumeProducing Produce data for the consumer a single time.

Inherited from StaticProducer:

Instance Variable request The IRequest to write the contents of the file to.
Instance Variable fileObject The file the contents of which to write to the request.
Method __init__ Initialize the instance.
Method stopProducing Stop producing data.
def start(self):
def resumeProducing(self):

Produce data for the consumer a single time.

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. The producer should produce data before returning from resumeProducing(), that is, it should not schedule a deferred write.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.