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

Method test_simple_writer

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

Source from the content-addressed store, hash-verified

816 dialect = 'unix'
817
818 def test_simple_writer(self):
819 self.writerAssertEqual([[1, 'abc def', 'abc']], '"1","abc def","abc"\n')
820
821 def test_simple_reader(self):
822 self.readerAssertEqual('"1","abc def","abc"\n', [['1', 'abc def', 'abc']])

Callers

nothing calls this directly

Calls 1

writerAssertEqualMethod · 0.80

Tested by

no test coverage detected