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

csvreader.__next__() Return the next row of the reader’s iterable object as a list, parsed according to the current dialect

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
configparser.InterpolationSyntaxError
  • References/Python/Python/File Formats

exception configparser.InterpolationSyntaxError Exception raised when the source text into which substitutions are made does

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

plistlib.readPlistFromBytes(data) Read a plist data from a bytes object. Return the root object. See

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