setstate(state) Set the state of the encoder to state. state must be a decoder state returned by getstate()
encodings.idna.nameprep(label) Return the nameprepped version of label. The implementation currently assumes query
class codecs.IncrementalDecoder(errors='strict') Constructor for an IncrementalDecoder instance.
codecs.getdecoder(encoding) Look up the codec for the given encoding and return its decoder function. Raises
name The name of the encoding.
class codecs.StreamReaderWriter(stream, Reader, Writer, errors) Creates a StreamReaderWriter instance. stream
codecs.ignore_errors(exception) Implements the 'ignore' error handling: malformed data is ignored and encoding
class struct.Struct(format) Return a new Struct object which writes and reads binary data according to the format string format
class codecs.IncrementalEncoder(errors='strict') Constructor for an IncrementalEncoder instance.
struct.pack_into(fmt, buffer, offset, v1, v2, ...) Pack the values v1, v2, ... according to the format string
Page 1 of 8