MCPcopy
hub / github.com/rocky/python-uncompyle6 / preorder

Method preorder

uncompyle6/semantics/pysource.py:448–450  ·  view source on GitHub ↗
(self, node=None)

Source from the content-addressed store, hash-verified

446 self.line_number = node.linestart
447
448 def preorder(self, node=None):
449 super(SourceWalker, self).preorder(node)
450 self.set_pos_info(node)
451
452 def indent_more(self, indent=TAB):
453 self.indent += indent

Callers 15

traverseMethod · 0.95
template_engineMethod · 0.95
call_ex_kw3Function · 0.45
call_ex_kw4Function · 0.45
n_call_kw36Function · 0.45
n_except_suite_finalizeFunction · 0.45
n_bin_opMethod · 0.45
n_build_slice2Method · 0.45
n_build_slice3Method · 0.45
n_dictMethod · 0.45

Calls 1

set_pos_infoMethod · 0.95

Tested by

no test coverage detected