class csv.excel_tab The excel_tab class defines the usual properties of an Excel-generated TAB-delimited file.
class xdrlib.Unpacker(data) Unpacker is the complementary class which unpacks XDR data values from a string buffer
getboolean(section, option, *, raw=False, vars=None[, fallback]) A convenience method which coerces the option in the
csvwriter.writerow(row) Write the row parameter to the writer’s file object, formatted according to the current dialect
Unpacker.unpack_fopaque(n) Unpacks and returns a fixed length opaque data stream, similarly to unpack_fstring()
Packer.pack_string(s) Packs a variable length string, s. The length of the string is first packed as an unsigned integer
items(raw=False, vars=None) items(section, raw=False, vars=None) When section is not given, return a list
defaults() Return a dictionary containing the instance-wide defaults.
csvreader.line_num The number of lines read from the source iterator. This is not the same as the number of records returned
csvwriter.dialect A read-only description of the dialect in use by the writer.
Page 12 of 12