MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_inline_quote

Method test_inline_quote

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

Source from the content-addressed store, hash-verified

752 self.readerAssertEqual('""""""', [['""']])
753
754 def test_inline_quote(self):
755 self.readerAssertEqual('a""b', [['a""b']])
756
757 def test_inline_quotes(self):
758 self.readerAssertEqual('a"b"c', [['a"b"c']])

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected