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

Method init

Lib/test/test_hmac.py:1307–1308  ·  view source on GitHub ↗
(self, h)

Source from the content-addressed store, hash-verified

1305class OpenSSLCopyTestCase(ExtensionCopyTestCase, unittest.TestCase):
1306
1307 def init(self, h):
1308 h._init_openssl_hmac(b"key", b"msg", digestmod="sha256")
1309
1310
1311@hashlib_helper.requires_builtin_hmac()

Callers

nothing calls this directly

Calls 1

_init_openssl_hmacMethod · 0.80

Tested by

no test coverage detected