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

Method test_escape_fieldsep

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

Source from the content-addressed store, hash-verified

807 dialect = EscapedExcel()
808
809 def test_escape_fieldsep(self):
810 self.writerAssertEqual([['abc,def']], 'abc\\,def\r\n')
811
812 def test_read_escape_fieldsep(self):
813 self.readerAssertEqual('abc\\,def\r\n', [['abc,def']])

Callers

nothing calls this directly

Calls 1

writerAssertEqualMethod · 0.80

Tested by

no test coverage detected