jinja2.nodes.NodeType

class jinja2.nodes.NodeType[source]

A metaclass for nodes that handles the field and attribute inheritance. fields and attributes from the parent class are automatically forwarded to the child.

Methods

mro(() -> list) return a type’s method resolution order