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