plistlib.readPlist(pathOrFile) Read a plist file. pathOrFile may be either a file name or a (readable and binary) file
Dialect.strict When True, raise exception Error on bad CSV input. The default is False
has_option(section, option) If the given section exists, and contains the given option, return
remove_section(section) Remove the specified section from the configuration. If the section in fact existed, return
write(fileobject, space_around_delimiters=True) Write a representation of the configuration to the specified
options(section) Return a list of options available in the specified section.
Unpacker.unpack_fstring(n) Unpacks and returns a fixed length string. n is the number of characters expected. Padding
Packer.pack_bytes(bytes) Packs a variable length byte stream, similarly to pack_string().
Dialect.delimiter A one-character string used to separate fields. It defaults to ','.
class configparser.ExtendedInterpolation An alternative handler for interpolation which implements a more advanced syntax, used
Page 10 of 12