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

exception configparser.NoSectionError Exception raised when a specified section is not found.

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

Unpacker.done() Indicates unpack completion. Raises an Error exception if all of the data has not been unpacked

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

Dialect.quotechar A one-character string used to quote fields containing special characters, such as the delimiter

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

exception csv.Error Raised by any of the functions when an error is detected.

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

Packer.pack_farray(n, array, pack_item) Packs a fixed length list (array) of homogeneous items. n is the length

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

has_header(sample) Analyze the sample text (presumed to be in CSV format) and return

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

class xdrlib.Packer Packer is the class for packing data into XDR representation. The Packer class

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

plistlib.loads(data, *, fmt=None, use_builtin_types=True, dict_type=dict) Load a plist from a bytes object. See load()

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

Unpacker.unpack_string() Unpacks and returns a variable length string. The length of the string is first unpacked as an unsigned

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

class csv.DictReader(csvfile, fieldnames=None, restkey=None, restval=None, dialect='excel', *args, **kwds) Create an object

2025-01-10 15:47:30