add_section(section) Add a section named section to the instance. If a section by the given name already exists,
configparser.optionxform(option) This method transforms option names on every read, get, or set operation. The default converts
class configparser.BasicInterpolation The default implementation used by ConfigParser. It enables values to contain
Dialect.skipinitialspace When
DictWriter.writeheader() Write a row with the field names (as specified in the constructor).
Unpacker.unpack_opaque() Unpacks and returns a variable length opaque data string, similarly to unpack_string()
class csv.unix_dialect The unix_dialect class defines the usual properties of a CSV file generated on UNIX systems
exception configparser.NoOptionError Exception raised when a specified option is not found in the specified section.
read_dict(dictionary, source='') Load configuration from any object that provides a dict-like items() method. Keys
configparser.SECTCRE A compiled regular expression used to parse section headers. The default matches [section]
Page 7 of 12