plistlib.writePlist(rootObject, pathOrFile) Write rootObject to an XML plist file. pathOrFile may be either
Packer.pack_double(value) Packs the double-precision floating point number value.
csv.field_size_limit([new_limit]) Returns the current maximum field size allowed by the parser. If new_limit is given
Unpacker.get_buffer() Returns the current unpack data buffer as a string.
class csv.DictWriter(csvfile, fieldnames, restval='', extrasaction='raise', dialect='excel', *args, **kwds) Create an object
Unpacker.unpack_float() Unpacks a single-precision floating point number.
exception configparser.Error Base class for all other configparser exceptions.
Unpacker.unpack_farray(n, unpack_item) Unpacks and returns (as a list) a fixed length array of homogeneous items. n
Packer.pack_float(value) Packs the single-precision floating point number value.
plistlib.writePlistToBytes(rootObject) Return rootObject as an XML plist-formatted bytes object.
Page 1 of 12