Searched refs:algorithms_guaranteed (Results 1 – 5 of 5) sorted by relevance
113 self.assertEqual(hashlib.algorithms_guaranteed,118 self.assertTrue(set(hashlib.algorithms_guaranteed).
62 algorithms_guaranteed = set(__always_supported) variable
91 .. data:: algorithms_guaranteed102 :func:`new`. :attr:`algorithms_guaranteed` will always be a subset. The
2594 * :data:`hashlib.algorithms_guaranteed` and
1690 - Issue #21307: As part of PEP 466, backport hashlib.algorithms_guaranteed and