configparser.RawConfigParser.add_section()

add_section(section) Add a section named section to the instance. If a section by the given name already exists,

2016-10-07 17:29:17
configparser.ConfigParser.read_string()

read_string(string, source='') Parse configuration data from a string. Optional argument source

2016-10-07 17:29:13
xdrlib.Unpacker.unpack_opaque()

Unpacker.unpack_opaque() Unpacks and returns a variable length opaque data string, similarly to unpack_string()

2016-10-07 17:47:38
xdrlib.Packer.pack_fopaque()

Packer.pack_fopaque(n, data) Packs a fixed length opaque data stream, similarly to pack_fstring().

2016-10-07 17:47:36
configparser.SECTCRE

configparser.SECTCRE A compiled regular expression used to parse section headers. The default matches [section]

2016-10-07 17:29:17
csv.unix_dialect

class csv.unix_dialect The unix_dialect class defines the usual properties of a CSV file generated on UNIX systems

2016-10-07 17:29:30
csv.csvreader.fieldnames

csvreader.fieldnames If not passed as a parameter when creating the object, this attribute is initialized upon first access

2016-10-07 17:29:25
configparser.ConfigParser.read_dict()

read_dict(dictionary, source='') Load configuration from any object that provides a dict-like items() method. Keys

2016-10-07 17:29:13
csv.Sniffer.has_header()

has_header(sample) Analyze the sample text (presumed to be in CSV format) and return

2016-10-07 17:29:29
configparser.RawConfigParser

class configparser.RawConfigParser(defaults=None, dict_type=collections.OrderedDict, allow_no_value=False, *, delimiters=('=', ':'), comment_prefixes=('#', ';'), in

2016-10-07 17:29:17