MCPcopy Index your code
hub / github.com/python/cpython / test_write_escape_fieldsep

Method test_write_escape_fieldsep

Lib/test/test_csv.py:831–832  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

829 dialect = QuotedEscapedExcel()
830
831 def test_write_escape_fieldsep(self):
832 self.writerAssertEqual([['abc,def']], '"abc,def"\r\n')
833
834 def test_read_escape_fieldsep(self):
835 self.readerAssertEqual('"abc\\,def"\r\n', [['abc,def']])

Callers

nothing calls this directly

Calls 1

writerAssertEqualMethod · 0.80

Tested by

no test coverage detected