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

Method test_issue43625

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

Source from the content-addressed store, hash-verified

1403 sample18 = '\n'.join(sample18)
1404
1405 def test_issue43625(self):
1406 sniffer = csv.Sniffer()
1407 self.assertTrue(sniffer.has_header(self.sample12))
1408 self.assertFalse(sniffer.has_header(self.sample13))
1409
1410 def test_has_header_strings(self):
1411 "More to document existing (unexpected?) behavior than anything else."

Callers

nothing calls this directly

Calls 3

has_headerMethod · 0.95
assertTrueMethod · 0.80
assertFalseMethod · 0.80

Tested by

no test coverage detected