Dialect.skipinitialspace When
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
get(section, option, *, raw=False, vars=None[, fallback]) Get an option value for the named section. If vars
exception configparser.InterpolationDepthError Exception raised when string interpolation cannot be completed because the number
plistlib.dump(value, fp, *, fmt=FMT_XML, sort_keys=True, skipkeys=False) Write value to a plist file. Fp should
DictWriter.writeheader() Write a row with the field names (as specified in the constructor).
csv.list_dialects() Return the names of all registered dialects.
Unpacker.unpack_string() Unpacks and returns a variable length string. The length of the string is first unpacked as an unsigned
Unpacker.done() Indicates unpack completion. Raises an Error exception if all of the data has not been unpacked
Page 8 of 12