csv.csvwriter.writerow()

csvwriter.writerow(row) Write the row parameter to the writer’s file object, formatted according to the current dialect

2016-10-07 17:29:25
configparser.ExtendedInterpolation

class configparser.ExtendedInterpolation An alternative handler for interpolation which implements a more advanced syntax, used

2016-10-07 17:29:15
xdrlib.Unpacker.set_position()

Unpacker.set_position(position) Sets the data buffer unpack position to position. You should be careful about using

2016-10-07 17:47:37
xdrlib.Unpacker.unpack_list()

Unpacker.unpack_list(unpack_item) Unpacks and returns a list of homogeneous items. The list is unpacked one element at a time

2016-10-07 17:47:38
configparser.ConfigParser.has_section()

has_section(section) Indicates whether the named section is present in the configuration. The default section

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

items(raw=False, vars=None) items(section, raw=False, vars=None) When section is not given, return a list

2016-10-07 17:29:12
csv.writer()

csv.writer(csvfile, dialect='excel', **fmtparams) Return a writer object responsible for converting the user’s data into delimited

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

defaults() Return a dictionary containing the instance-wide defaults.

2016-10-07 17:29:11
csv.Dialect

class csv.Dialect The Dialect class is a container class relied on primarily for its attributes, which are used

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

Packer.pack_opaque(data) Packs a variable length opaque data string, similarly to pack_string().

2016-10-07 17:47:36