add_section(section) Add a section named section to the instance. If a section by the given name already exists,
read_string(string, source='') Parse configuration data from a string. Optional argument source
Unpacker.unpack_opaque() Unpacks and returns a variable length opaque data string, similarly to unpack_string()
Packer.pack_fopaque(n, data) Packs a fixed length opaque data stream, similarly to pack_fstring().
configparser.SECTCRE A compiled regular expression used to parse section headers. The default matches [section]
class csv.unix_dialect The unix_dialect class defines the usual properties of a CSV file generated on UNIX systems
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
has_header(sample) Analyze the sample text (presumed to be in CSV format) and return
class configparser.RawConfigParser(defaults=None, dict_type=collections.OrderedDict, allow_no_value=False, *, delimiters=('=', ':'), comment_prefixes=('#', ';'), in
Page 8 of 12