MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / __init__

Method __init__

Lib/hmac.py:27–75  ·  view source on GitHub ↗

Create a new HMAC object. key: key for the keyed hash object. msg: Initial input for the hash, if provided. digestmod: A module supporting PEP 247. *OR* A hashlib constructor returning a new hash object. Defaults to hashlib.

(self, key, msg = None, digestmod = None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

updateMethod · 0.95
digestMethod · 0.80
translateMethod · 0.80
newMethod · 0.45
warnMethod · 0.45

Tested by

no test coverage detected