Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
ingest
Method · 0.80
detect_control_flow
Method · 0.80
find_jump_targets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected