MCPcopy Create free account
hub / github.com/nodejs/node / __init__

Method __init__

tools/inspector_protocol/jinja2/idtracking.py:153–154  ·  view source on GitHub ↗
(self, symbols)

Source from the content-addressed store, hash-verified

151class RootVisitor(NodeVisitor):
152
153 def __init__(self, symbols):
154 self.sym_visitor = FrameSymbolVisitor(symbols)
155
156 def _simple_visit(self, node, **kwargs):
157 for child in node.iter_child_nodes():

Callers

nothing calls this directly

Calls 1

FrameSymbolVisitorClass · 0.70

Tested by

no test coverage detected