MCPcopy
hub / github.com/django/django / load_backend

Function load_backend

django/contrib/auth/__init__.py:22–23  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

20
21
22def load_backend(path):
23 return import_string(path)()
24
25
26def _get_backends(return_tuples=False):

Callers 6

_remove_invalid_userMethod · 0.90
_aremove_invalid_userMethod · 0.90
_get_backendMethod · 0.90
_get_backendsFunction · 0.70
get_userFunction · 0.70
aget_userFunction · 0.70

Calls 1

import_stringFunction · 0.90

Tested by

no test coverage detected