csv.Dialect.strict

Dialect.strict When True, raise exception Error on bad CSV input. The default is False

2016-10-07 17:29:27
csv.Dialect.quotechar

Dialect.quotechar A one-character string used to quote fields containing special characters, such as the delimiter

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

getint(section, option, *, raw=False, vars=None[, fallback]) A convenience method which coerces the option in the specified

2016-10-07 17:29:12
xdrlib.Unpacker.done()

Unpacker.done() Indicates unpack completion. Raises an Error exception if all of the data has not been unpacked

2016-10-07 17:47:37
xdrlib.Packer.pack_farray()

Packer.pack_farray(n, array, pack_item) Packs a fixed length list (array) of homogeneous items. n is the length

2016-10-07 17:47:36
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
configparser.ConfigParser.remove_section()

remove_section(section) Remove the specified section from the configuration. If the section in fact existed, return

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

has_option(section, option) If the given section exists, and contains the given option, return

2016-10-07 17:29:12
plistlib.readPlist()

plistlib.readPlist(pathOrFile) Read a plist file. pathOrFile may be either a file name or a (readable and binary) file

2016-10-07 17:40:50
csv.Error

exception csv.Error Raised by any of the functions when an error is detected.

2016-10-07 17:29:27