exception configparser.NoSectionError Exception raised when a specified section is not found.
Unpacker.done() Indicates unpack completion. Raises an Error exception if all of the data has not been unpacked
Dialect.quotechar A one-character string used to quote fields containing special characters, such as the delimiter
exception csv.Error Raised by any of the functions when an error is detected.
Packer.pack_farray(n, array, pack_item) Packs a fixed length list (array) of homogeneous items. n is the length
has_header(sample) Analyze the sample text (presumed to be in CSV format) and return
class xdrlib.Packer Packer is the class for packing data into XDR representation. The Packer class
plistlib.loads(data, *, fmt=None, use_builtin_types=True, dict_type=dict) Load a plist from a bytes object. See load()
Unpacker.unpack_string() Unpacks and returns a variable length string. The length of the string is first unpacked as an unsigned
class csv.DictReader(csvfile, fieldnames=None, restkey=None, restval=None, dialect='excel', *args, **kwds) Create an object
Page 9 of 12