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

Method op_name

uncompyle6/scanner.py:520–521  ·  view source on GitHub ↗
(self, op)

Source from the content-addressed store, hash-verified

518 return self.opc.opname[self.code[offset]]
519
520 def op_name(self, op):
521 return self.opc.opname[op]
522
523 def op_range(self, start, end):
524 """

Callers 3

ingestMethod · 0.80
detect_control_flowMethod · 0.80
find_jump_targetsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected