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

Public Member Functions

def get_template_sources
 
def load_template_source
 
- Public Member Functions inherited from google.appengine._internal.django.template.loader.BaseLoader
def __init__
 
def __call__
 
def load_template
 
def load_template_source
 
def reset
 

Static Public Attributes

 is_usable = True
 
- Static Public Attributes inherited from google.appengine._internal.django.template.loader.BaseLoader
 is_usable = False
 

Member Function Documentation

def google.appengine._internal.django.template.loaders.filesystem.Loader.get_template_sources (   self,
  template_name,
  template_dirs = None 
)
Returns the absolute paths to "template_name", when appended to each
directory in "template_dirs". Any paths that don't lie inside one of the
template dirs are excluded from the result set, for security reasons.

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