codecs.strict_errors(exception) Implements the 'strict' error handling: each encoding or decoding error raises
incrementalencoder incrementaldecoder Incremental encoder and decoder classes or factory functions. These have to
format The format string used to construct this Struct object.
readline([size[, keepends]]) Read one line from the input stream and return the decoded data. size
struct.iter_unpack(fmt, buffer) Iteratively unpack from the buffer buffer according to the format string fmt
codecs.getwriter(encoding) Look up the codec for the given encoding and return its StreamWriter class or factory
encodings.idna.ToASCII(label) Convert a label to ASCII, as specified in
codecs.getincrementaldecoder(encoding) Look up the codec for the given encoding and return its incremental decoder class or
codecs.iterencode(iterator, encoding, errors='strict', **kwargs) Uses an incremental encoder to iteratively encode the input
reset() Reset the decoder to the initial state.
Page 6 of 8