Bases: object
object
Base class for things that process a list of Chunks back into a document.
Chunk
subclasses should have an attribute _sink, a file-like that gets written to.
_sink
TextIO
Methods
__init__()
__init__