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

Method get_argument

uncompyle6/scanner.py:331–333  ·  view source on GitHub ↗
(self, pos: int)

Source from the content-addressed store, hash-verified

329 return target
330
331 def get_argument(self, pos: int):
332 arg = self.code[pos + 1] + self.code[pos + 2] * 256
333 return arg
334
335 def next_offset(self, op, offset: int) -> int:
336 return xdis.next_offset(op, self.opc, offset)

Callers 3

ingestMethod · 0.80
ingestMethod · 0.80
find_jump_targetsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected