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.defaulttags.TemplateTagNode Class Reference
Inheritance diagram for google.appengine._internal.django.template.defaulttags.TemplateTagNode:
google.appengine._internal.django.template.Node

Public Member Functions

def __init__
 
def render
 
- Public Member Functions inherited from google.appengine._internal.django.template.Node
def render
 
def __iter__
 
def get_nodes_by_type
 

Public Attributes

 tagtype
 

Static Public Attributes

dictionary mapping
 
- Static Public Attributes inherited from google.appengine._internal.django.template.Node
 must_be_first = False
 
tuple child_nodelists = ('nodelist',)
 

Member Data Documentation

dictionary google.appengine._internal.django.template.defaulttags.TemplateTagNode.mapping
static
Initial value:
1 = {'openblock': BLOCK_TAG_START,
2  'closeblock': BLOCK_TAG_END,
3  'openvariable': VARIABLE_TAG_START,
4  'closevariable': VARIABLE_TAG_END,
5  'openbrace': SINGLE_BRACE_START,
6  'closebrace': SINGLE_BRACE_END,
7  'opencomment': COMMENT_TAG_START,
8  'closecomment': COMMENT_TAG_END,
9  }

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