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

Method set_pos_info

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

Source from the content-addressed store, hash-verified

442 )
443
444 def set_pos_info(self, node):
445 if hasattr(node, "linestart") and node.linestart:
446 self.line_number = node.linestart
447
448 def preorder(self, node=None):
449 super(SourceWalker, self).preorder(node)

Callers 1

preorderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected