MCPcopy
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
65def _engine_list(using=None):
66 return engines.all() if using is None else [engines[using]]

Callers 2

get_templateFunction · 0.85
select_templateFunction · 0.85

Calls 1

allMethod · 0.45

Tested by

no test coverage detected