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.Unpacker.unpack_double()
  • References/Python/Python/File Formats

Unpacker.unpack_double() Unpacks a double-precision floating point number, similarly to unpack_float().

2025-01-10 15:47:30
configparser.ConfigParser.optionxform()
  • References/Python/Python/File Formats

optionxform(option) Transforms the option name option as found in an input file or as passed in by client code to the

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.ConfigParser.remove_option()
  • References/Python/Python/File Formats

remove_option(section, option) Remove the specified option from the specified section. If the section does

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

exception xdrlib.ConversionError Class derived from Error. Contains no additional instance variables.

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

plistlib.dumps(value, *, fmt=FMT_XML, sort_keys=True, skipkeys=False) Return value as a plist-formatted bytes object

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

exception configparser.ParsingError Exception raised when errors occur attempting to parse a file.

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

class csv.excel The excel class defines the usual properties of an Excel-generated CSV file. It is registered with

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

exception configparser.MissingSectionHeaderError Exception raised when attempting to parse a file which has no section headers

2025-01-10 15:47:30