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

Public Member Functions

def __init__
 
- Public Member Functions inherited from google.appengine._internal.django.template.context.Context
def __init__
 
def update
 
- Public Member Functions inherited from google.appengine._internal.django.template.context.BaseContext
def __init__
 
def __repr__
 
def __iter__
 
def push
 
def pop
 
def __setitem__
 
def __getitem__
 
def __delitem__
 
def has_key
 
def __contains__
 
def get
 

Additional Inherited Members

- Public Attributes inherited from google.appengine._internal.django.template.context.Context
 autoescape
 
 current_app
 
 render_context
 
- Public Attributes inherited from google.appengine._internal.django.template.context.BaseContext
 dicts
 

Detailed Description

This subclass of template.Context automatically populates itself using
the processors defined in TEMPLATE_CONTEXT_PROCESSORS.
Additional processors can be specified as a list of callables
using the "processors" keyword argument.

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