Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▾ template
▸ autoreload
▸ backends
▸ base
▸ context
▸ context_processors
▸ defaultfilters
▸ defaulttags
▸ engine
▸ exceptions
▸ library
▸ loader
▸ loader_tags
▸ loaders
▸ response
▸ smartif
▾ utils
class
EngineHandler
class
InvalidTemplateEngineError
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class EngineHandler
django
.
template
.
utils
.
EngineHandler
Declaration
class
EngineHandler
source
link
Methods
▷
def
__getitem__
(
self, alias
)
source
link
▷
def
__init__
(
self, templates=None
)
templates is an optional list of template engine definitions (structured like settings.TEMPLATES).
source
link
▷
def
__iter__
(
self
)
source
link
▷
def
all
(
self
)
source
link
▷
def
templates
(
self
)
@cached_property
@cached_property
def
templates(
self
)
source
link
Reexports
Imported in
django.template
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04