Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rocky/python-uncompyle6
/ _get_mapping
Method
_get_mapping
uncompyle6/semantics/pysource.py:1298–1299 ·
view source on GitHub ↗
(self, node)
Source
from the content-addressed store, hash-verified
1296
return
transform_tree
1297
1298
def
_get_mapping(self, node):
1299
return
self.MAP.get(node, self.MAP_DIRECT)
1300
1301
1302
def
code_deparse(
Callers
7
str_with_template1
Method · 0.95
default
Method · 0.95
n_call
Function · 0.45
n_call
Function · 0.45
default
Method · 0.45
n_call
Function · 0.45
n_call
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected