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

Unpacker.unpack_array(unpack_item) Unpacks and returns a variable length list of homogeneous items. First, the length

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
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
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
csv.csvwriter.writerows()
  • References/Python/Python/File Formats

csvwriter.writerows(rows) Write all the rows parameters (a list of row objects as described above) to 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
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
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.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