write(fileobject, space_around_delimiters=True) Write a representation of the configuration to the specified
Dialect.quotechar A one-character string used to quote fields containing special characters, such as the delimiter
exception csv.Error Raised by any of the functions when an error is detected.
has_header(sample) Analyze the sample text (presumed to be in CSV format) and return
options(section) Return a list of options available in the specified section.
Dialect.strict When True, raise exception Error on bad CSV input. The default is False
class xdrlib.Packer Packer is the class for packing data into XDR representation. The Packer class
Packer.pack_opaque(data) Packs a variable length opaque data string, similarly to pack_string().
items(raw=False, vars=None) items(section, raw=False, vars=None) When section is not given, return a list
Dialect.escapechar A one-character string used by the writer to escape the delimiter if quoting is set to
Page 10 of 12