csv.register_dialect()
  • References/Python/Python/File Formats

csv.register_dialect(name[, dialect[, **fmtparams]]) Associate dialect with name. name must be a

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

csv.get_dialect(name) Return the dialect associated with name. An Error is raised if name is

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

exception xdrlib.Error The base exception class. Error has a single public attribute msg containing

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

Dialect.lineterminator The string used to terminate lines produced by the writer. It defaults to '\r\n'

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

Unpacker.get_position() Returns the current unpack position in the data buffer.

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

Dialect.quoting Controls when quotes should be generated by the writer and recognised by the reader. It can take on any of the

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

Packer.get_buffer() Returns the current pack buffer as a string.

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

Packer.reset() Resets the pack buffer to the empty string.

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

getfloat(section, option, *, raw=False, vars=None[, fallback]) A convenience method which coerces the option in the

2025-01-10 15:47:30
configparser.DuplicateSectionError
  • References/Python/Python/File Formats

exception configparser.DuplicateSectionError Exception raised if add_section() is called with the name of a section

2025-01-10 15:47:30