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

Method update

Lib/test/test_hmac.py:1532–1533  ·  view source on GitHub ↗
(self, v)

Source from the content-addressed store, hash-verified

1530 self._x = hashlib.sha256(*args)
1531 self.digest_size = self._x.digest_size
1532 def update(self, v):
1533 self._x.update(v)
1534 def digest(self):
1535 return self._x.digest()
1536

Callers 4

hmac_new_feedMethod · 0.45
test_methodsMethod · 0.45
test_equality_newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected