plistlib.writePlist(rootObject, pathOrFile) Write rootObject to an XML plist file. pathOrFile may be either
plistlib.writePlistToBytes(rootObject) Return rootObject as an XML plist-formatted bytes object.
configparser.BOOLEAN_STATES By default when using getboolean(), config parsers consider the following values True:
exception netrc.NetrcParseError Exception raised by the netrc class when syntactical errors are encountered in
class netrc.netrc([file]) A netrc instance or subclass instance encapsulates data from a netrc file. The initialization
plistlib.load(fp, *, fmt=None, use_builtin_types=True, dict_type=dict) Read a plist file. fp should be a readable and
csv.field_size_limit([new_limit]) Returns the current maximum field size allowed by the parser. If new_limit is given
Packer.pack_double(value) Packs the double-precision floating point number value.
class plistlib.Data(data) Return a “data” wrapper object around the bytes object data. This is used in functions converting
exception configparser.Error Base class for all other configparser exceptions.
Page 1 of 12