MCPcopy
hub / github.com/django/django / all

Method all

django/template/utils.py:93–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91 return iter(self.templates)
92
93 def all(self):
94 return [self[alias] for alias in self]
95
96
97@functools.lru_cache

Callers 11

_post_teardownMethod · 0.45
tearDownClassMethod · 0.45
check_tasksFunction · 0.45
get_template_directoriesFunction · 0.45
reset_loadersFunction · 0.45
_engine_listFunction · 0.45
get_defaultMethod · 0.45

Calls

no outgoing calls

Tested by 5

_post_teardownMethod · 0.36
tearDownClassMethod · 0.36