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

Function get_hmac_item_info

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

Source from the content-addressed store, hash-verified

504
505
506def get_hmac_item_info(name):
507 info = _HMACINFO_DATABASE[name]
508 assert isinstance(info, _HashInfoItem), info
509 return info
510
511
512def _decorate_func_or_class(decorator_func, func_or_class):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…