Dialect.lineterminator The string used to terminate lines produced by the writer. It defaults to '\r\n'
Unpacker.unpack_array(unpack_item) Unpacks and returns a variable length list of homogeneous items. First, the length
exception configparser.ParsingError Exception raised when errors occur attempting to parse a file.
Dialect.quoting Controls when quotes should be generated by the writer and recognised by the reader. It can take on any of the
exception configparser.DuplicateSectionError Exception raised if add_section() is called with the name of a section
csvwriter.writerows(rows) Write all the rows parameters (a list of row objects as described above) to the
plistlib.dumps(value, *, fmt=FMT_XML, sort_keys=True, skipkeys=False) Return value as a plist-formatted bytes object
csvreader.__next__() Return the next row of the reader’s iterable object as a list, parsed according to the current dialect
Packer.get_buffer() Returns the current pack buffer as a string.
Unpacker.get_position() Returns the current unpack position in the data buffer.
Page 5 of 12