MCPcopy Index your code
hub / github.com/python/cpython / get_hash_func_info

Function get_hash_func_info

Lib/test/support/hashlib_helper.py:476–479  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

474
475
476def get_hash_func_info(name):
477 info = _HASHINFO_DATABASE[name]
478 assert isinstance(info, _HashInfo), info
479 return info.func
480
481
482def _iter_hash_func_info(excluded):

Callers 4

_find_constructorMethod · 0.85
_block_builtin_hash_newFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…