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

Method combine

Lib/test/test_zlib.py:152–154  ·  view source on GitHub ↗

Combine two checksums together.

(self, a, b, blen)

Source from the content-addressed store, hash-verified

150 raise NotImplementedError
151
152 def combine(self, a, b, blen):
153 """Combine two checksums together."""
154 raise NotImplementedError
155
156 def get_random_data(self, data_len, *, iv=None):
157 """Get a triplet (data, iv, checksum)."""

Calls

no outgoing calls

Tested by

no test coverage detected