csv.csvreader.

csvreader.__next__() Return the next row of the reader’s iterable object as a list, parsed according to the current dialect

2016-10-07 17:29:25
csv.Dialect.quoting

Dialect.quoting Controls when quotes should be generated by the writer and recognised by the reader. It can take on any of the

2016-10-07 17:29:26
xdrlib.Error

exception xdrlib.Error The base exception class. Error has a single public attribute msg containing

2016-10-07 17:47:35
configparser.ConfigParser

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

2016-10-07 17:29:10
plistlib.dumps()

plistlib.dumps(value, *, fmt=FMT_XML, sort_keys=True, skipkeys=False) Return value as a plist-formatted bytes object

2016-10-07 17:40:49
csv.register_dialect()

csv.register_dialect(name[, dialect[, **fmtparams]]) Associate dialect with name. name must be a

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

exception configparser.InterpolationSyntaxError Exception raised when the source text into which substitutions are made does

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

sections() Return a list of the sections available; the default section is not included in the list.

2016-10-07 17:29:14
netrc.netrc.

netrc.__repr__() Dump the class data as a string in the format of a netrc file. (This discards comments and may reorder the

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

Packer.get_buffer() Returns the current pack buffer as a string.

2016-10-07 17:47:35