(self)
| 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__ |
nothing calls this directly
no test coverage detected