Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
jinja2.compiler.UndeclaredNameVisitor Class Reference
Inheritance diagram for jinja2.compiler.UndeclaredNameVisitor:
Inheritance graph
[legend]
Collaboration diagram for jinja2.compiler.UndeclaredNameVisitor:
Collaboration graph
[legend]

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
 

Detailed Description

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.

Member Function Documentation

◆ visit_Block()

None jinja2.compiler.UndeclaredNameVisitor.visit_Block (   self,
nodes.Block  node 
)
Stop visiting a blocks.

The documentation for this class was generated from the following file: