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.loader.BaseLoader Class Reference
Inheritance diagram for google.appengine._internal.django.template.loader.BaseLoader:
google.appengine._internal.django.template.loaders.app_directories.Loader google.appengine._internal.django.template.loaders.cached.Loader google.appengine._internal.django.template.loaders.eggs.Loader google.appengine._internal.django.template.loaders.filesystem.Loader

Public Member Functions

def __init__
 
def __call__
 
def load_template
 
def load_template_source
 
def reset
 

Static Public Attributes

 is_usable = False
 

Member Function Documentation

def google.appengine._internal.django.template.loader.BaseLoader.load_template_source (   self,
  template_name,
  template_dirs = None 
)
Returns a tuple containing the source and origin for the given template
name.
def google.appengine._internal.django.template.loader.BaseLoader.reset (   self)
Resets any state maintained by the loader instance (e.g., cached
templates or cached loader modules).

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