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

Method test_singlequoted

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

Source from the content-addressed store, hash-verified

718 self.readerAssertEqual(',', [['', '']])
719
720 def test_singlequoted(self):
721 self.readerAssertEqual('""', [['']])
722
723 def test_singlequoted_left_empty(self):
724 self.readerAssertEqual('"",', [['','']])

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected