MCPcopy Index your code
hub / github.com/RustPython/RustPython / init

Method init

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

Source from the content-addressed store, hash-verified

1351class OpenSSLCopyTestCase(ExtensionCopyTestCase, unittest.TestCase):
1352
1353 def init(self, h):
1354 h._init_openssl_hmac(b"key", b"msg", digestmod="sha256")
1355
1356
1357@hashlib_helper.requires_builtin_hmac()

Callers 5

test_guess_file_typeMethod · 0.45
test_init_stabilityMethod · 0.45
setUpMethod · 0.45

Calls 1

_init_openssl_hmacMethod · 0.80

Tested by

no test coverage detected