| 589 | |
| 590 | |
| 591 | class SkipNoHashInCall(SkipNoHash): |
| 592 | |
| 593 | def __init__(self, func, digestname, implementation=None): |
| 594 | super().__init__(digestname, implementation, f"cannot use {func}") |
| 595 | |
| 596 | |
| 597 | def _hashlib_new(digestname, openssl, /, **kwargs): |
no outgoing calls
no test coverage detected
searching dependent graphs…