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

Method default

uncompyle6/semantics/pysource.py:899–910  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

897 self.write(fmt[i:])
898
899 def default(self, node):
900 mapping = self._get_mapping(node)
901 table = mapping[0]
902 key = node
903
904 for i in mapping[1:]:
905 key = key[i]
906 pass
907
908 if key.kind in table:
909 self.template_engine(table[key.kind], node)
910 self.prune()
911
912 def customize(self, customize):
913 """

Callers

nothing calls this directly

Calls 2

_get_mappingMethod · 0.95
template_engineMethod · 0.95

Tested by

no test coverage detected