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

Class SkipNoHashInCall

Lib/test/support/hashlib_helper.py:591–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589
590
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 2

_hashlib_newFunction · 0.85
_openssl_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…