(self, op, offset: int)
| 333 | return arg |
| 334 | |
| 335 | def next_offset(self, op, offset: int) -> int: |
| 336 | return xdis.next_offset(op, self.opc, offset) |
| 337 | |
| 338 | def first_instr(self, start: int, end: int, instr, target=None, exact=True): |
| 339 | """ |
no outgoing calls
no test coverage detected