csv.register_dialect(name[, dialect[, **fmtparams]]) Associate dialect with name. name must be a
csvreader.dialect A read-only description of the dialect in use by the parser.
Packer.reset() Resets the pack buffer to the empty string.
netrc.authenticators(host) Return a 3-tuple (login, account, password) of authenticators for host. If
exception configparser.ParsingError Exception raised when errors occur attempting to parse a file.
Packer.get_buffer() Returns the current pack buffer as a string.
Dialect.quoting Controls when quotes should be generated by the writer and recognised by the reader. It can take on any of the
plistlib.dumps(value, *, fmt=FMT_XML, sort_keys=True, skipkeys=False) Return value as a plist-formatted bytes object
exception configparser.MissingSectionHeaderError Exception raised when attempting to parse a file which has no section headers
class configparser.ConfigParser(defaults=None, dict_type=collections.OrderedDict, allow_no_value=False, delimiters=('=', ':'), comment_prefixes=('#', ';'), inline_c
Page 4 of 12