add_section(section) Add a section named section to the instance. If a section by the given name already exists,
Unpacker.get_buffer() Returns the current unpack data buffer as a string.
Unpacker.reset(data) Resets the string buffer with the given data.
Unpacker.unpack_float() Unpacks a single-precision floating point number.
Unpacker.unpack_bytes() Unpacks and returns a variable length byte stream, similarly to unpack_string().
class csv.Sniffer The Sniffer class is used to deduce the format of a CSV file. The
Packer.pack_float(value) Packs the single-precision floating point number value.
readfp(fp, filename=None) Deprecated since version 3.2: Use
read_file(f, source=None) Read and parse configuration data from f which must be an iterable yielding Unicode strings
Dialect.doublequote Controls how instances of quotechar appearing inside a field should themselves be quoted. When
Page 2 of 12