read_string(string, source='') Parse configuration data from a string. Optional argument source
set(section, option, value) If the given section exists, set the given option to the specified value; otherwise raise
get(section, option, *, raw=False, vars=None[, fallback]) Get an option value for the named section. If vars
plistlib.dump(value, fp, *, fmt=FMT_XML, sort_keys=True, skipkeys=False) Write value to a plist file. Fp should
Packer.pack_fopaque(n, data) Packs a fixed length opaque data stream, similarly to pack_fstring().
Packer.pack_array(list, pack_item) Packs a variable length list of homogeneous items. First, the length of the list
Packer.pack_list(list, pack_item) Packs a list of homogeneous items. This method is useful for lists with an indeterminate
Dialect.skipinitialspace When
class configparser.RawConfigParser(defaults=None, dict_type=collections.OrderedDict, allow_no_value=False, *, delimiters=('=', ':'), comment_prefixes=('#', ';'), in
getint(section, option, *, raw=False, vars=None[, fallback]) A convenience method which coerces the option in the specified
Page 8 of 12