MCPcopy
hub / github.com/django/django / get_hashers_by_algorithm

Function get_hashers_by_algorithm

django/contrib/auth/hashers.py:137–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135
136@functools.lru_cache
137def get_hashers_by_algorithm():
138 return {hasher.algorithm: hasher for hasher in get_hashers()}
139
140
141@receiver(setting_changed)

Callers 1

get_hasherFunction · 0.85

Calls 1

get_hashersFunction · 0.85

Tested by

no test coverage detected