MCPcopy 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
1302def code_deparse(

Callers 7

str_with_template1Method · 0.95
defaultMethod · 0.95
n_callFunction · 0.45
n_callFunction · 0.45
defaultMethod · 0.45
n_callFunction · 0.45
n_callFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected