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