Lines Matching defs:Generator
7 __all__ = ['Generator', 'DecodedGenerator', 'BytesGenerator']
27 class Generator:
75 specified when the Generator instance was created.
86 when the Generator instance was created or, if none was specified,
372 # _make_boundary = Generator._make_boundary
398 class BytesGenerator(Generator):
401 Functionally identical to the base Generator except that the output is
452 class DecodedGenerator(Generator):
455 Like the Generator base class, except that non-text parts are substituted
460 """Like Generator.__init__() except that an additional optional
481 Generator.__init__(self, outfp, mangle_from_, maxheaderlen,
511 # Helper used by Generator._make_boundary
516 _make_boundary = Generator._make_boundary