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
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
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
configparser.BOOLEAN_STATES
  • References/Python/Python/File Formats

configparser.BOOLEAN_STATES By default when using getboolean(), config parsers consider the following values True:

2025-01-10 15:47:30
netrc.NetrcParseError
  • References/Python/Python/File Formats

exception netrc.NetrcParseError Exception raised by the netrc class when syntactical errors are encountered in

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

class netrc.netrc([file]) A netrc instance or subclass instance encapsulates data from a netrc file. The initialization

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

plistlib.load(fp, *, fmt=None, use_builtin_types=True, dict_type=dict) Read a plist file. fp should be a readable and

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

Dialect.doublequote Controls how instances of quotechar appearing inside a field should themselves be quoted. When

2025-01-10 15:47:30