App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Static Public Attributes | List of all members
google.appengine._internal.django.template.smartif.TokenBase Class Reference
Inheritance diagram for google.appengine._internal.django.template.smartif.TokenBase:
google.appengine._internal.django.template.smartif.EndToken google.appengine._internal.django.template.smartif.Literal google.appengine._internal.django.template.defaulttags.TemplateLiteral

Public Member Functions

def nud
 
def led
 
def display
 
def __repr__
 

Static Public Attributes

 id = None
 
 value = None
 
 first = None
 

Detailed Description

Base class for operators and literals, mainly for debugging and for throwing
syntax errors.

Member Function Documentation

def google.appengine._internal.django.template.smartif.TokenBase.display (   self)
Returns what to display in error messages for this node

The documentation for this class was generated from the following file: