Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ _engine_list
Function
_engine_list
django/template/loader.py:65–66 ·
view source on GitHub ↗
(using=None)
Source
from the content-addressed store, hash-verified
63
64
65
def
_engine_list(using=None):
66
return
engines.all()
if
using is None
else
[engines[using]]
Callers
2
get_template
Function · 0.85
select_template
Function · 0.85
Calls
1
all
Method · 0.45
Tested by
no test coverage detected