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:
- code/googleappengine-read-only/python/google/appengine/_internal/django/template/loader.py