Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
137
def
get_hashers_by_algorithm():
138
return
{hasher.algorithm: hasher
for
hasher in get_hashers()}
139
140
141
@receiver(setting_changed)
Callers
1
get_hasher
Function · 0.85
Calls
1
get_hashers
Function · 0.85
Tested by
no test coverage detected