csvwriter.writerow(row) Write the row parameter to the writer’s file object, formatted according to the current dialect
class configparser.ExtendedInterpolation An alternative handler for interpolation which implements a more advanced syntax, used
Unpacker.set_position(position) Sets the data buffer unpack position to position. You should be careful about using
Unpacker.unpack_list(unpack_item) Unpacks and returns a list of homogeneous items. The list is unpacked one element at a time
has_section(section) Indicates whether the named section is present in the configuration. The default section
items(raw=False, vars=None) items(section, raw=False, vars=None) When section is not given, return a list
csv.writer(csvfile, dialect='excel', **fmtparams) Return a writer object responsible for converting the user’s data into delimited
defaults() Return a dictionary containing the instance-wide defaults.
class csv.Dialect The Dialect class is a container class relied on primarily for its attributes, which are used
Packer.pack_opaque(data) Packs a variable length opaque data string, similarly to pack_string().
Page 11 of 12