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

Method HMAC

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

Source from the content-addressed store, hash-verified

1186class PyUpdateTestCase(PyModuleMixin, UpdateTestCaseMixin, unittest.TestCase):
1187
1188 def HMAC(self, key, msg=None):
1189 return self.hmac.HMAC(key, msg, digestmod='sha256')
1190
1191 @property
1192 def gil_minsize(self):

Callers 8

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

Calls

no outgoing calls

Tested by

no test coverage detected