class documentation

class FilterNode(Node): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method render Return the node rendered as a string.
Instance Variable filter_expr Undocumented
Instance Variable nodelist Undocumented

Inherited from Node:

Method get_nodes_by_type Return a list of all nodes (within this node and its nodelist) of the given type
Method render_annotated Render the node. If debug is True and an exception occurs during rendering, the exception is annotated with contextual line information where it occurred in the template. For internal usage this method is preferred over using the render method directly.
Class Variable child_nodelists Undocumented
Class Variable must_be_first Undocumented
Class Variable token Undocumented
def __init__(self, filter_expr, nodelist): (source)

Undocumented

def render(self, context): (source)

Return the node rendered as a string.

filter_expr = (source)

Undocumented

nodelist = (source)

Undocumented