class StaticNode(template.Node):
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 |
django.template.base.Node.render