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

Method test_inline_quote

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

Source from the content-addressed store, hash-verified

733 self.readerAssertEqual('""""""', [['""']])
734
735 def test_inline_quote(self):
736 self.readerAssertEqual('a""b', [['a""b']])
737
738 def test_inline_quotes(self):
739 self.readerAssertEqual('a"b"c', [['a"b"c']])

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected