configparser.Error
  • References/Python/Python/File Formats

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

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

class csv.Sniffer The Sniffer class is used to deduce the format of a CSV file. The

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

readfp(fp, filename=None) Deprecated since version 3.2: Use

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
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