Searched refs:algorithms_guaranteed (Results 1 – 7 of 7) sorted by relevance
54 availAlgos = hashlib.algorithms_guaranteed
64 algorithms_guaranteed = set(__always_supported) variable
210 self.assertEqual(hashlib.algorithms_guaranteed,215 self.assertTrue(set(hashlib.algorithms_guaranteed).
130 .. data:: algorithms_guaranteed143 :func:`new`. :attr:`algorithms_guaranteed` will always be a subset. The
1477 >>> hashlib.algorithms_guaranteed
2639 * :data:`hashlib.algorithms_guaranteed` and
10737 - Have hashlib.algorithms_available and hashlib.algorithms_guaranteed both12162 - hashlib has two new constant attributes: algorithms_guaranteed and