format The format string used to construct this Struct object.
reset() Flushes and resets the codec buffers used for keeping state. Calling this method should
IncrementalEncoder.getstate() Return the current state of the encoder which must be an integer. The implementation should make
codecs.register_error(name, error_handler) Register the error handling function error_handler under the name name
struct.iter_unpack(fmt, buffer) Iteratively unpack from the buffer buffer according to the format string fmt
encode(object[, final]) Encodes object (taking the current state of the encoder into account) and returns the resulting
readlines([sizehint[, keepends]]) Read all lines available on the input stream and return them as a list of lines.
codecs.getwriter(encoding) Look up the codec for the given encoding and return its StreamWriter class or factory
read([size[, chars[, firstline]]]) Decodes data from the stream and returns the resulting object. The
encodings.idna.ToASCII(label) Convert a label to ASCII, as specified in
Page 6 of 8