netrc.netrc.hosts

netrc.hosts Dictionary mapping host names to (login, account, password) tuples. The ‘default’ entry, if any, is

2016-10-07 17:38:07
configparser.optionxform()

configparser.optionxform(option) This method transforms option names on every read, get, or set operation. The default converts

2016-10-07 17:29:16
csv.Dialect.skipinitialspace

Dialect.skipinitialspace When

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

get(section, option, *, raw=False, vars=None[, fallback]) Get an option value for the named section. If vars

2016-10-07 17:29:11
csv.unregister_dialect()

csv.unregister_dialect(name) Delete the dialect associated with name from the dialect registry. An Error

2016-10-07 17:29:30
configparser.NoOptionError

exception configparser.NoOptionError Exception raised when a specified option is not found in the specified section.

2016-10-07 17:29:16
configparser.RawConfigParser.set()

set(section, option, value) If the given section exists, set the given option to the specified value; otherwise raise

2016-10-07 17:29:17
xdrlib.Packer.pack_array()

Packer.pack_array(list, pack_item) Packs a variable length list of homogeneous items. First, the length of the list

2016-10-07 17:47:35
csv.DictWriter.writeheader()

DictWriter.writeheader() Write a row with the field names (as specified in the constructor).

2016-10-07 17:29:27
xdrlib.Packer.pack_list()

Packer.pack_list(list, pack_item) Packs a list of homogeneous items. This method is useful for lists with an indeterminate

2016-10-07 17:47:36