class documentation

class Stmt(Node):

Known subclasses: jinja2.nodes.Assign, jinja2.nodes.AssignBlock, jinja2.nodes.Block, jinja2.nodes.Break, jinja2.nodes.CallBlock, jinja2.nodes.Continue, jinja2.nodes.EvalContextModifier, jinja2.nodes.ExprStmt, jinja2.nodes.Extends, jinja2.nodes.FilterBlock, jinja2.nodes.For, jinja2.nodes.FromImport, jinja2.nodes.If, jinja2.nodes.Import, jinja2.nodes.Include, jinja2.nodes.Macro, jinja2.nodes.Output, jinja2.nodes.OverlayScope, jinja2.nodes.Scope, jinja2.nodes.With

View In Hierarchy

Base node for all statements.
Class Variable abstract Undocumented

Inherited from Node:

Method find Find the first node of a given type. If no such node exists the return value is None.
Method find​_all Find all the nodes of a given type. If the type is a tuple, the check is performed for any of the tuple items.
Method iter​_child​_nodes Iterates over all direct child nodes of the node. This iterates over all fields and yields the values of they are nodes. If the value of a field is a list all the nodes in that list are returned.
Method iter​_fields No summary
Method set​_ctx No summary
Method set​_environment Set the environment for all nodes.
Method set​_lineno Set the line numbers of the node and children.
Method __eq__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method dump Undocumented
Class Variable attributes Undocumented
Class Variable environment Undocumented
Class Variable fields Undocumented
Class Variable lineno Undocumented
abstract: bool =

Undocumented