MCPcopy Index your code
hub / github.com/rocky/python-uncompyle6 / opname_for_offset

Method opname_for_offset

uncompyle6/scanner.py:517–518  ·  view source on GitHub ↗
(self, offset)

Source from the content-addressed store, hash-verified

515 return result
516
517 def opname_for_offset(self, offset):
518 return self.opc.opname[self.code[offset]]
519
520 def op_name(self, op):
521 return self.opc.opname[op]

Callers 5

ingestMethod · 0.80
ingestMethod · 0.80
ingestMethod · 0.80
detect_control_flowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected