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

Method HMAC

Lib/test/test_hmac.py:1145–1147  ·  view source on GitHub ↗

Create a HMAC object.

(self, key, msg=None)

Source from the content-addressed store, hash-verified

1143 """Tests for the update() method (streaming HMAC)."""
1144
1145 def HMAC(self, key, msg=None):
1146 """Create a HMAC object."""
1147 raise NotImplementedError
1148
1149 @property
1150 def gil_minsize(self):

Callers 2

check_updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected