(self)
| 1055 | self.do_disassembly_test(_f, dis_f) |
| 1056 | |
| 1057 | def test_dis_with_offsets(self): |
| 1058 | self.do_disassembly_test(_f, dis_f_with_offsets, show_offsets=True) |
| 1059 | |
| 1060 | @requires_debug_ranges() |
| 1061 | def test_dis_with_all_positions(self): |
nothing calls this directly
no test coverage detected