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

Method test_single_quoted_quote

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

Source from the content-addressed store, hash-verified

727 self.readerAssertEqual(',""', [['','']])
728
729 def test_single_quoted_quote(self):
730 self.readerAssertEqual('""""', [['"']])
731
732 def test_quoted_quotes(self):
733 self.readerAssertEqual('""""""', [['""']])

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected