Searched refs:algorithms_guaranteed (Results 1 – 11 of 11) sorted by relevance
113 self.assertEqual(hashlib.algorithms_guaranteed,118 self.assertTrue(set(hashlib.algorithms_guaranteed).
62 algorithms_guaranteed = set(__always_supported) variable
64 algorithms_guaranteed = set(__always_supported) variable
91 .. data:: algorithms_guaranteed102 :func:`new`. :attr:`algorithms_guaranteed` will always be a subset. The
185 self.assertEqual(hashlib.algorithms_guaranteed,190 self.assertTrue(set(hashlib.algorithms_guaranteed).
119 .. data:: algorithms_guaranteed132 :func:`new`. :attr:`algorithms_guaranteed` will always be a subset. The
573 As part of PEP 466, backport hashlib.algorithms_guaranteed and
1475 >>> hashlib.algorithms_guaranteed
2639 * :data:`hashlib.algorithms_guaranteed` and
2609 * :data:`hashlib.algorithms_guaranteed` and
10737 - Have hashlib.algorithms_available and hashlib.algorithms_guaranteed both12162 - hashlib has two new constant attributes: algorithms_guaranteed and