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

Public Member Functions

def __init__
 
def display
 
def nud
 
def eval
 
def __repr__
 
- Public Member Functions inherited from google.appengine._internal.django.template.smartif.TokenBase
def nud
 
def led
 
def display
 
def __repr__
 

Public Attributes

 value
 

Static Public Attributes

string id = "literal"
 
int lbp = 0
 
- Static Public Attributes inherited from google.appengine._internal.django.template.smartif.TokenBase
 id = None
 
 value = None
 
 first = None
 

Detailed Description

A basic self-resolvable object similar to a Django template variable.

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