(self)
| 1052 | self.assertLessEqual(len(opname), width) |
| 1053 | |
| 1054 | def test_dis(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) |
nothing calls this directly
no test coverage detected