class documentation

class TemplateLiteral(Literal): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method display Return what to display in error messages for this node
Method eval Undocumented
Instance Variable text Undocumented
Instance Variable value Undocumented

Inherited from Literal:

Method __repr__ Undocumented
Method nud Undocumented
Class Variable id Undocumented
Class Variable lbp Undocumented

Inherited from TokenBase (via Literal):

Method led Undocumented
Class Variable first Undocumented
Class Variable second Undocumented
def __init__(self, value, text): (source)
def display(self): (source)

Return what to display in error messages for this node

def eval(self, context): (source)

Undocumented

Undocumented