class csv.excel The excel class defines the usual properties of an Excel-generated CSV file. It is registered with
csv.register_dialect(name[, dialect[, **fmtparams]]) Associate dialect with name. name must be a
csvreader.dialect A read-only description of the dialect in use by the parser.
Packer.reset() Resets the pack buffer to the empty string.
netrc.authenticators(host) Return a 3-tuple (login, account, password) of authenticators for host. If
csv.reader(csvfile, dialect='excel', **fmtparams) Return a reader object which will iterate over lines in the given csvfile
netrc.__repr__() Dump the class data as a string in the format of a netrc file. (This discards comments and may reorder the
Unpacker.unpack_array(unpack_item) Unpacks and returns a variable length list of homogeneous items. First, the length
sections() Return a list of the sections available; the default section is not included in the list.
remove_option(section, option) Remove the specified option from the specified section. If the section does
Page 4 of 12