MCPcopy Create free account
hub / github.com/RustPython/RustPython / test_lines

Method test_lines

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

check_linesMethod · 0.95

Tested by

no test coverage detected