csv.register_dialect(name[, dialect[, **fmtparams]]) Associate dialect with name. name must be a
csv.get_dialect(name) Return the dialect associated with name. An Error is raised if name is
exception xdrlib.Error The base exception class. Error has a single public attribute msg containing
Dialect.lineterminator The string used to terminate lines produced by the writer. It defaults to '\r\n'
Unpacker.get_position() Returns the current unpack position in the data buffer.
Dialect.quoting Controls when quotes should be generated by the writer and recognised by the reader. It can take on any of the
Packer.get_buffer() Returns the current pack buffer as a string.
Packer.reset() Resets the pack buffer to the empty string.
getfloat(section, option, *, raw=False, vars=None[, fallback]) A convenience method which coerces the option in the
exception configparser.DuplicateSectionError Exception raised if add_section() is called with the name of a section
Page 4 of 12