MCPcopy
hub / github.com/pallets/jinja / generic_visit

Method generic_visit

src/jinja2/idtracking.py:228–229  ·  view source on GitHub ↗
(self, node: nodes.Node, *args: t.Any, **kwargs: t.Any)

Source from the content-addressed store, hash-verified

226 self.sym_visitor.visit(child)
227
228 def generic_visit(self, node: nodes.Node, *args: t.Any, **kwargs: t.Any) -> None:
229 raise NotImplementedError(f"Cannot find symbols for {type(node).__name__!r}")
230
231
232class FrameSymbolVisitor(NodeVisitor):

Callers 2

visit_ImportMethod · 0.45
visit_FromImportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected