configparser.ConfigParser.write()
  • References/Python/Python/File Formats

write(fileobject, space_around_delimiters=True) Write a representation of the configuration to the specified

2025-01-10 15:47:30
csv.Dialect.quotechar
  • References/Python/Python/File Formats

Dialect.quotechar A one-character string used to quote fields containing special characters, such as the delimiter

2025-01-10 15:47:30
csv.Error
  • References/Python/Python/File Formats

exception csv.Error Raised by any of the functions when an error is detected.

2025-01-10 15:47:30
csv.Sniffer.has_header()
  • References/Python/Python/File Formats

has_header(sample) Analyze the sample text (presumed to be in CSV format) and return

2025-01-10 15:47:30
configparser.ConfigParser.options()
  • References/Python/Python/File Formats

options(section) Return a list of options available in the specified section.

2025-01-10 15:47:30
csv.Dialect.strict
  • References/Python/Python/File Formats

Dialect.strict When True, raise exception Error on bad CSV input. The default is False

2025-01-10 15:47:30
xdrlib.Packer
  • References/Python/Python/File Formats

class xdrlib.Packer Packer is the class for packing data into XDR representation. The Packer class

2025-01-10 15:47:30
xdrlib.Packer.pack_opaque()
  • References/Python/Python/File Formats

Packer.pack_opaque(data) Packs a variable length opaque data string, similarly to pack_string().

2025-01-10 15:47:30
configparser.ConfigParser.items()
  • References/Python/Python/File Formats

items(raw=False, vars=None) items(section, raw=False, vars=None) When section is not given, return a list

2025-01-10 15:47:30
csv.Dialect.escapechar
  • References/Python/Python/File Formats

Dialect.escapechar A one-character string used by the writer to escape the delimiter if quoting is set to

2025-01-10 15:47:30