Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/
Dutils.py123 class _DeprecatedValue(object): class
136 if isinstance(obj, _DeprecatedValue):
146 if isinstance(obj, _DeprecatedValue):
159 return _DeprecatedValue(value, message, warning_class)