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

Method test_lines

Lib/test/test_code.py:1433–1436  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1431 self.assertEqual(len(lines1), len(lines2))
1432
1433 def test_lines(self):
1434 self.check_lines(parse_location_table)
1435 self.check_lines(misshappen)
1436 self.check_lines(bug93662)
1437
1438 @cpython_only
1439 def test_code_new_empty(self):

Callers

nothing calls this directly

Calls 1

check_linesMethod · 0.95

Tested by

no test coverage detected