![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| None | __init__ (self, t.Iterable[str] names) |
| None | visit_Name (self, nodes.Name node) |
| None | visit_Block (self, nodes.Block node) |
Public Member Functions inherited from jinja2.visitor.NodeVisitor | |
| "t.Optional[VisitCallable]" | get_visitor (self, Node node) |
| t.Any | visit (self, Node node, *t.Any args, **t.Any kwargs) |
| t.Any | generic_visit (self, Node node, *t.Any args, **t.Any kwargs) |
Public Attributes | |
| names | |
| undeclared | |
A visitor that checks if a name is accessed without being declared. This is different from the frame visitor as it will not stop at closure frames.
| None jinja2.compiler.UndeclaredNameVisitor.visit_Block | ( | self, | |
| nodes.Block | node | ||
| ) |
Stop visiting a blocks.