csvreader.fieldnames If not passed as a parameter when creating the object, this attribute is initialized upon first access
read_dict(dictionary, source='') Load configuration from any object that provides a dict-like items() method. Keys
read_string(string, source='') Parse configuration data from a string. Optional argument source
get(section, option, *, raw=False, vars=None[, fallback]) Get an option value for the named section. If vars
csv.unregister_dialect(name) Delete the dialect associated with name from the dialect registry. An Error
Packer.pack_fopaque(n, data) Packs a fixed length opaque data stream, similarly to pack_fstring().
Packer.pack_array(list, pack_item) Packs a variable length list of homogeneous items. First, the length of the list
configparser.SECTCRE A compiled regular expression used to parse section headers. The default matches [section]
exception configparser.NoOptionError Exception raised when a specified option is not found in the specified section.
Packer.pack_list(list, pack_item) Packs a list of homogeneous items. This method is useful for lists with an indeterminate
Page 7 of 12