MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / update

Method update

tools/python-3.11.9-amd64/Lib/hmac.py:117–120  ·  view source on GitHub ↗

Feed data from msg into this hashing object.

(self, msg)

Source from the content-addressed store, hash-verified

115 return f"hmac-{self._inner.name}"
116
117 def update(self, msg):
118 """Feed data from msg into this hashing object."""
119 inst = self._hmac or self._inner
120 inst.update(msg)
121
122 def copy(self):
123 """Return a separate copy of this hashing object.

Callers 15

_init_oldMethod · 0.95
update_wrapperFunction · 0.45
__ior__Method · 0.45
__or__Method · 0.45
__ror__Method · 0.45
attr_matchesMethod · 0.45
localeconvFunction · 0.45
pbkdf2_hmacFunction · 0.45
prfFunction · 0.45
file_digestFunction · 0.45
sre_compile.pyFile · 0.45
_compat_pickle.pyFile · 0.45

Calls

no outgoing calls

Tested by 3

findMethod · 0.36
testfileFunction · 0.36
tearDownMethod · 0.36