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

Public Member Functions

def __init__
 
def top
 
def more
 
def back
 
def tag
 
def value
 

Public Attributes

 subject
 
 pointer
 
 backout
 
 tagname
 

Detailed Description

Subclass this and implement the top() method to parse a template line. When
instantiating the parser, pass in the line from the Django template parser.

The parser's "tagname" instance-variable stores the name of the tag that
the filter was called with.

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