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
configparser.InterpolationSyntaxError

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

2016-10-07 17:29:16
csv.register_dialect()

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

2016-10-07 17:29:29
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.getfloat()

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

2016-10-07 17:29:11
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
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
plistlib.readPlistFromBytes()

plistlib.readPlistFromBytes(data) Read a plist data from a bytes object. Return the root object. See

2016-10-07 17:40:50
csv.Dialect.lineterminator

Dialect.lineterminator The string used to terminate lines produced by the writer. It defaults to '\r\n'

2016-10-07 17:29:26
csv.reader()

csv.reader(csvfile, dialect='excel', **fmtparams) Return a reader object which will iterate over lines in the given csvfile

2016-10-07 17:29:29