optionxform(option) Transforms the option name option as found in an input file or as passed in by client code to the
csv.field_size_limit([new_limit]) Returns the current maximum field size allowed by the parser. If new_limit is given
plistlib.load(fp, *, fmt=None, use_builtin_types=True, dict_type=dict) Read a plist file. fp should be a readable and
exception configparser.Error Base class for all other configparser exceptions.
Dialect.doublequote Controls how instances of quotechar appearing inside a field should themselves be quoted. When
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
plistlib.writePlist(rootObject, pathOrFile) Write rootObject to an XML plist file. pathOrFile may be either
add_section(section) Add a section named section to the instance. If a section by the given name already exists,
class netrc.netrc([file]) A netrc instance or subclass instance encapsulates data from a netrc file. The initialization
Page 2 of 12