Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _checksum
Method
_checksum
Lib/test/test_zlib.py:149–150 ·
view source on GitHub ↗
(self, data, init)
Source
from the content-addressed store, hash-verified
147
return
self._checksum(data, iv)
148
149
def
_checksum(self, data, init):
150
raise
NotImplementedError
151
152
def
combine(self, a, b, blen):
153
""
"Combine two checksums together."
""
Callers
1
checksum
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected