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

Method generic_visit

tools/inspector_protocol/jinja2/idtracking.py:198–200  ·  view source on GitHub ↗
(self, node, *args, **kwargs)

Source from the content-addressed store, hash-verified

196 self.sym_visitor.visit(child)
197
198 def generic_visit(self, node, *args, **kwargs):
199 raise NotImplementedError('Cannot find symbols for %r' %
200 node.__class__.__name__)
201
202
203class FrameSymbolVisitor(NodeVisitor):

Callers 2

visit_ImportMethod · 0.45
visit_FromImportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected