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

Method compare_digest

Lib/test/test_hmac.py:1369–1371  ·  view source on GitHub ↗

Implementation of 'a == b' to test.

(a, b)

Source from the content-addressed store, hash-verified

1367
1368 @staticmethod
1369 def compare_digest(a, b):
1370 """Implementation of 'a == b' to test."""
1371 raise NotImplementedError
1372
1373 def assert_digest_equal(self, a, b):
1374 with self.subTest(a=a, b=b):

Callers 6

assert_digest_equalMethod · 0.95
test_equalMethod · 0.80
test_unequalMethod · 0.80
test_boolMethod · 0.80
_verify_challengeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected