class configparser.BasicInterpolation The default implementation used by ConfigParser. It enables values to contain
exception configparser.DuplicateOptionError Exception raised by strict parsers if a single option appears twice during reading
exception configparser.InterpolationError Base class for exceptions raised when problems occur performing string interpolation
configparser.SECTCRE A compiled regular expression used to parse section headers. The default matches [section]
csvreader.fieldnames If not passed as a parameter when creating the object, this attribute is initialized upon first access
read_string(string, source='') Parse configuration data from a string. Optional argument source
configparser.optionxform(option) This method transforms option names on every read, get, or set operation. The default converts
set(section, option, value) If the given section exists, set the given option to the specified value; otherwise raise
Packer.pack_fstring(n, s) Packs a fixed length string, s. n is the length of the string but it is not
netrc.hosts Dictionary mapping host names to (login, account, password) tuples. The ‘default’ entry, if any, is
Page 7 of 12