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

Public Member Functions

None __init__ (self)
 
- Public Member Functions inherited from jinja2.nodes.Expr
t.Any as_const (self, t.Optional[EvalContext] eval_ctx=None)
 
bool can_assign (self)
 
- Public Member Functions inherited from jinja2.nodes.Node
t.Iterator[t.Tuple[str, t.Any]] iter_fields (self, t.Optional[t.Container[str]] exclude=None, t.Optional[t.Container[str]] only=None)
 
t.Iterator["Node"] iter_child_nodes (self, t.Optional[t.Container[str]] exclude=None, t.Optional[t.Container[str]] only=None)
 
t.Optional[_NodeBound] find (self, t.Type[_NodeBound] node_type)
 
t.Iterator[_NodeBound] find_all (self, t.Union[t.Type[_NodeBound], t.Tuple[t.Type[_NodeBound],...]] node_type)
 
"Node" set_ctx (self, str ctx)
 
"Node" set_lineno (self, int lineno, bool override=False)
 
"Node" set_environment (self, "Environment" environment)
 
bool __eq__ (self, t.Any other)
 
str __repr__ (self)
 
str dump (self)
 
- Public Member Functions inherited from jinja2.nodes.NodeType
 __new__ (mcs, name, bases, d)
 

Static Public Attributes

tuple fields = ("name",)
 
str name
 
- Static Public Attributes inherited from jinja2.nodes.Expr
bool abstract = True
 
- Static Public Attributes inherited from jinja2.nodes.Node
tuple fields = ()
 
tuple attributes = ("lineno", "environment")
 
bool abstract = True
 
int lineno
 
environment .Optional["Environment"]
 

Additional Inherited Members

- Public Attributes inherited from jinja2.nodes.Node
 fields
 

Detailed Description

An internal name in the compiler.  You cannot create these nodes
yourself but the parser provides a
:meth:`~jinja2.parser.Parser.free_identifier` method that creates
a new identifier for you.  This identifier is not available from the
template and is not treated specially by the compiler.

Constructor & Destructor Documentation

◆ __init__()

None jinja2.nodes.InternalName.__init__ (   self)

Reimplemented from jinja2.nodes.Node.


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