Unpacker.unpack_fstring(n) Unpacks and returns a fixed length string. n is the number of characters expected. Padding
getint(section, option, *, raw=False, vars=None[, fallback]) A convenience method which coerces the option in the specified
Packer.pack_farray(n, array, pack_item) Packs a fixed length list (array) of homogeneous items. n is the length
remove_section(section) Remove the specified section from the configuration. If the section in fact existed, return
has_option(section, option) If the given section exists, and contains the given option, return
Dialect.strict When True, raise exception Error on bad CSV input. The default is False
plistlib.readPlist(pathOrFile) Read a plist file. pathOrFile may be either a file name or a (readable and binary) file
Unpacker.done() Indicates unpack completion. Raises an Error exception if all of the data has not been unpacked
options(section) Return a list of options available in the specified section.
Dialect.quotechar A one-character string used to quote fields containing special characters, such as the delimiter
Page 9 of 12