MCPcopy
hub / github.com/rocky/python-uncompyle6 / next_offset

Method next_offset

uncompyle6/scanner.py:335–336  ·  view source on GitHub ↗
(self, op, offset: int)

Source from the content-addressed store, hash-verified

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 """

Callers 8

ingestMethod · 0.80
find_jump_targetsMethod · 0.80
detect_control_flowMethod · 0.80
detect_control_flowMethod · 0.80
ingestMethod · 0.80
find_jump_targetsMethod · 0.80
detect_control_flowMethod · 0.80
deparsed_findFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected