Searched refs:algorithms_guaranteed (Results 1 – 6 of 6) sorted by relevance
64 algorithms_guaranteed = set(__always_supported) variable
213 self.assertEqual(hashlib.algorithms_guaranteed,218 self.assertTrue(set(hashlib.algorithms_guaranteed).
63 These correspond to :data:`algorithms_guaranteed`.156 .. data:: algorithms_guaranteed169 :func:`new`. :attr:`algorithms_guaranteed` will always be a subset. The
1482 >>> hashlib.algorithms_guaranteed
2643 * :data:`hashlib.algorithms_guaranteed` and
10737 - Have hashlib.algorithms_available and hashlib.algorithms_guaranteed both12162 - hashlib has two new constant attributes: algorithms_guaranteed and