netrc.__repr__() Dump the class data as a string in the format of a netrc file. (This discards comments and may reorder the
sections() Return a list of the sections available; the default section is not included in the list.
csvwriter.writerows(rows) Write all the rows parameters (a list of row objects as described above) to the
class configparser.ConfigParser(defaults=None, dict_type=collections.OrderedDict, allow_no_value=False, delimiters=('=', ':'), comment_prefixes=('#', ';'), inline_c
plistlib.readPlistFromBytes(data) Read a plist data from a bytes object. Return the root object. See
exception configparser.InterpolationSyntaxError Exception raised when the source text into which substitutions are made does
Unpacker.unpack_array(unpack_item) Unpacks and returns a variable length list of homogeneous items. First, the length
csv.get_dialect(name) Return the dialect associated with name. An Error is raised if name is
exception configparser.MissingSectionHeaderError Exception raised when attempting to parse a file which has no section headers
exception configparser.DuplicateSectionError Exception raised if add_section() is called with the name of a section
Page 5 of 12