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

Method HMAC

Lib/test/test_hmac.py:1234–1235  ·  view source on GitHub ↗
(self, key, msg=None)

Source from the content-addressed store, hash-verified

1232class PyUpdateTestCase(PyModuleMixin, UpdateTestCaseMixin, unittest.TestCase):
1233
1234 def HMAC(self, key, msg=None):
1235 return self.hmac.HMAC(key, msg, digestmod='sha256')
1236
1237 @property
1238 def gil_minsize(self):

Callers 7

_CRAM_MD5_AUTHMethod · 0.45
auth_cram_md5Method · 0.45
test_equalityMethod · 0.45
_auth_cram_md5Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected