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.csvreader.dialect
  • References/Python/Python/File Formats

csvreader.dialect A read-only description of the dialect in use by the parser.

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
netrc.netrc.authenticators()
  • References/Python/Python/File Formats

netrc.authenticators(host) Return a 3-tuple (login, account, password) of authenticators for host. If

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

exception configparser.ParsingError Exception raised when errors occur attempting to parse a file.

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
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
plistlib.dumps()
  • References/Python/Python/File Formats

plistlib.dumps(value, *, fmt=FMT_XML, sort_keys=True, skipkeys=False) Return value as a plist-formatted bytes object

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

exception configparser.MissingSectionHeaderError Exception raised when attempting to parse a file which has no section headers

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

class configparser.ConfigParser(defaults=None, dict_type=collections.OrderedDict, allow_no_value=False, delimiters=('=', ':'), comment_prefixes=('#', ';'), inline_c

2025-01-10 15:47:30