plistlib.writePlist()
  • References/Python/Python/File Formats

plistlib.writePlist(rootObject, pathOrFile) Write rootObject to an XML plist file. pathOrFile may be either

2025-01-10 15:47:30
xdrlib.Packer.pack_double()
  • References/Python/Python/File Formats

Packer.pack_double(value) Packs the double-precision floating point number value.

2025-01-10 15:47:30
csv.field_size_limit()
  • References/Python/Python/File Formats

csv.field_size_limit([new_limit]) Returns the current maximum field size allowed by the parser. If new_limit is given

2025-01-10 15:47:30
xdrlib.Unpacker.get_buffer()
  • References/Python/Python/File Formats

Unpacker.get_buffer() Returns the current unpack data buffer as a string.

2025-01-10 15:47:30
csv.DictWriter
  • References/Python/Python/File Formats

class csv.DictWriter(csvfile, fieldnames, restval='', extrasaction='raise', dialect='excel', *args, **kwds) Create an object

2025-01-10 15:47:30
xdrlib.Unpacker.unpack_float()
  • References/Python/Python/File Formats

Unpacker.unpack_float() Unpacks a single-precision floating point number.

2025-01-10 15:47:30
configparser.Error
  • References/Python/Python/File Formats

exception configparser.Error Base class for all other configparser exceptions.

2025-01-10 15:47:30
xdrlib.Unpacker.unpack_farray()
  • References/Python/Python/File Formats

Unpacker.unpack_farray(n, unpack_item) Unpacks and returns (as a list) a fixed length array of homogeneous items. n

2025-01-10 15:47:30
xdrlib.Packer.pack_float()
  • References/Python/Python/File Formats

Packer.pack_float(value) Packs the single-precision floating point number value.

2025-01-10 15:47:30
plistlib.writePlistToBytes()
  • References/Python/Python/File Formats

plistlib.writePlistToBytes(rootObject) Return rootObject as an XML plist-formatted bytes object.

2025-01-10 15:47:30