()
| 569 | |
| 570 | |
| 571 | def requires_openssl_hashlib(): |
| 572 | _hashlib = _import_module("_hashlib") |
| 573 | return unittest.skipIf(_hashlib is None, "requires _hashlib") |
| 574 | |
| 575 | |
| 576 | def requires_builtin_hmac(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…