exception configparser.ParsingError Exception raised when errors occur attempting to parse a file.
Packer.get_buffer() Returns the current pack buffer as a string.
Dialect.quoting Controls when quotes should be generated by the writer and recognised by the reader. It can take on any of the
Dialect.lineterminator The string used to terminate lines produced by the writer. It defaults to '\r\n'
csvreader.__next__() Return the next row of the reader’s iterable object as a list, parsed according to the current dialect
exception configparser.MissingSectionHeaderError Exception raised when attempting to parse a file which has no section headers
class configparser.ConfigParser(defaults=None, dict_type=collections.OrderedDict, allow_no_value=False, delimiters=('=', ':'), comment_prefixes=('#', ';'), inline_c
exception configparser.InterpolationSyntaxError Exception raised when the source text into which substitutions are made does
plistlib.readPlistFromBytes(data) Read a plist data from a bytes object. Return the root object. See
exception configparser.DuplicateSectionError Exception raised if add_section() is called with the name of a section
Page 5 of 12