setstate(state) Set the state of the encoder to state. state must be a decoder state returned by getstate()
name The name of the encoding.
codecs.getdecoder(encoding) Look up the codec for the given encoding and return its decoder function. Raises
class codecs.IncrementalDecoder(errors='strict') Constructor for an IncrementalDecoder instance.
codecs.ignore_errors(exception) Implements the 'ignore' error handling: malformed data is ignored and encoding
class codecs.StreamReaderWriter(stream, Reader, Writer, errors) Creates a StreamReaderWriter instance. stream
encodings.idna.nameprep(label) Return the nameprepped version of label. The implementation currently assumes query
incrementaldecoder Incremental encoder and decoder classes or factory functions. These have to provide the interface defined
Codec.encode(input[, errors]) Encodes the object input and returns a tuple (output object, length consumed). For instance
exception struct.error Exception raised on various occasions; argument is a string describing what is wrong.
Page 1 of 8