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

Method __init__

Lib/test/support/hashlib_helper.py:593–594  ·  view source on GitHub ↗
(self, func, digestname, implementation=None)

Source from the content-addressed store, hash-verified

591class SkipNoHashInCall(SkipNoHash):
592
593 def __init__(self, func, digestname, implementation=None):
594 super().__init__(digestname, implementation, f"cannot use {func}")
595
596
597def _hashlib_new(digestname, openssl, /, **kwargs):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected