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

Method test_issue43625

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

Source from the content-addressed store, hash-verified

1389 sample18 = '\n'.join(sample18)
1390
1391 def test_issue43625(self):
1392 sniffer = csv.Sniffer()
1393 self.assertTrue(sniffer.has_header(self.sample12))
1394 self.assertFalse(sniffer.has_header(self.sample13))
1395
1396 def test_has_header_strings(self):
1397 "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