Lines Matching defs:Generator
6 __all__ = ['Generator', 'DecodedGenerator']
33 class Generator:
36 This basic generator writes the message to the given file object as plain
44 """Create the generator for message flattening.
70 specified when the Generator instance was created.
87 """Clone this generator with the exact same options."""
299 class DecodedGenerator(Generator):
302 Like the Generator base class, except that non-text parts are substituted
306 """Like Generator.__init__() except that an additional optional
327 Generator.__init__(self, outfp, mangle_from_, maxheaderlen)