Home
last modified time | relevance | path

Searched refs:algorithms_guaranteed (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/
Dhashlib.py64 algorithms_guaranteed = set(__always_supported) variable
/external/python/cpython3/Lib/test/
Dtest_hashlib.py213 self.assertEqual(hashlib.algorithms_guaranteed,
218 self.assertTrue(set(hashlib.algorithms_guaranteed).
/external/python/cpython3/Doc/library/
Dhashlib.rst63 These correspond to :data:`algorithms_guaranteed`.
156 .. data:: algorithms_guaranteed
169 :func:`new`. :attr:`algorithms_guaranteed` will always be a subset. The
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1482 >>> hashlib.algorithms_guaranteed
D2.7.rst2643 * :data:`hashlib.algorithms_guaranteed` and
/external/python/cpython3/Misc/
DHISTORY10737 - Have hashlib.algorithms_available and hashlib.algorithms_guaranteed both
12162 - hashlib has two new constant attributes: algorithms_guaranteed and