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

Method test_positions

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

Source from the content-addressed store, hash-verified

1417 self.assertEqual(len(pos1), len(pos2))
1418
1419 def test_positions(self):
1420 self.check_positions(parse_location_table)
1421 self.check_positions(misshappen)
1422 self.check_positions(bug93662)
1423
1424 def check_lines(self, func):
1425 co = func.__code__

Callers

nothing calls this directly

Calls 1

check_positionsMethod · 0.95

Tested by

no test coverage detected