codecs.getincrementalencoder(encoding) Look up the codec for the given encoding and return its incremental encoder class or
codecs.strict_errors(exception) Implements the 'strict' error handling: each encoding or decoding error raises
format The format string used to construct this Struct object.
incrementalencoder incrementaldecoder Incremental encoder and decoder classes or factory functions. These have to
codecs.namereplace_errors(exception) Implements the 'namereplace' error handling (for encoding with
struct.iter_unpack(fmt, buffer) Iteratively unpack from the buffer buffer according to the format string fmt
codecs.open(filename, mode='r', encoding=None, errors='strict', buffering=1) Open an encoded file using the given mode
IncrementalEncoder.getstate() Return the current state of the encoder which must be an integer. The implementation should make
pack(v1, v2, ...) Identical to the pack() function, using the compiled format. (len(result) will equal
codecs.iterdecode(iterator, encoding, errors='strict', **kwargs) Uses an incremental decoder to iteratively decode the input
Page 5 of 8