pytwine.processors.Processor

class pytwine.processors.Processor[source]

Bases: object

Base class for things that process a list of Chunks back into a document.

_sink

subclasses should have an attribute _sink, a file-like that gets written to.

Type

TextIO

__init__()

Methods

__init__()