class documentation

class TokenBase:

Known subclasses: django.template.smartif.EndToken, django.template.smartif.Literal

View In Hierarchy

Base class for operators and literals, mainly for debugging and for throwing syntax errors.
Method __repr__ Undocumented
Method display Return what to display in error messages for this node
Method led Undocumented
Method nud Undocumented
Class Variable first Undocumented
Class Variable id Undocumented
Class Variable second Undocumented
Class Variable value Undocumented
def __repr__(self):

Undocumented

def display(self):
Return what to display in error messages for this node
def led(self, left, parser):

Undocumented

def nud(self, parser):
first =

Undocumented

id =

Undocumented

second =

Undocumented

value =

Undocumented