class documentation

class StaticNode(template.Node):

View In Hierarchy

Undocumented

Class Method handle​_simple Undocumented
Class Method handle​_token Class method to parse prefix node and return a Node.
Method __init__ Undocumented
Method __repr__ Undocumented
Method render Return the node rendered as a string.
Method url Undocumented
Class Variable child​_nodelists Undocumented
Instance Variable path Undocumented
Instance Variable varname Undocumented

Inherited from Node:

Method __iter__ Undocumented
Method get​_nodes​_by​_type Return a list of all nodes (within this node and its nodelist) of the given type
Method render​_annotated No summary
Class Variable must​_be​_first Undocumented
Class Variable token Undocumented
@classmethod
def handle_simple(cls, path):

Undocumented

@classmethod
def handle_token(cls, parser, token):
Class method to parse prefix node and return a Node.
def __init__(self, varname=None, path=None):

Undocumented

def __repr__(self):

Undocumented

def render(self, context):
Return the node rendered as a string.
def url(self, context):

Undocumented

child_nodelists: tuple =
path =

Undocumented

varname =

Undocumented