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

Function requires_builtin_hmac

Lib/test/support/hashlib_helper.py:576–578  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

574
575
576def requires_builtin_hmac():
577 _hmac = _import_module("_hmac")
578 return unittest.skipIf(_hmac is None, "requires _hmac")
579
580
581class SkipNoHash(unittest.SkipTest):

Callers

nothing calls this directly

Calls 1

_import_moduleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…