Trees | Indices | Help |
|
---|
object --+ | IncrementalEncoder --+ | BufferedIncrementalEncoder
This subclass of IncrementalEncoder can be used as the baseclass for an incremental encoder if the encoder must keep some of the output in a buffer between calls to encode().
'
strict
'
)'
strict
'
)
Creates an IncrementalEncoder instance.
The IncrementalEncoder may use different error handling schemes by providing the errors keyword argument. See the module docstring for a list of possible values.
Encodes input and returns the resulting object.
Resets the encoder to the initial state.
Trees | Indices | Help |
|
---|