Searched refs:deprecated_name (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/common_lib/ |
D | deprecation.py | 14 def warn(deprecated_name, stacklevel=3): argument 20 warnings.warn(APIDeprecationWarning(deprecated_name), 31 def __init__(self, deprecated_name): argument 36 super(APIDeprecationWarning, self).__init__(deprecated_name) 37 self._deprecated_name = deprecated_name
|
/external/tensorflow/tensorflow/python/util/ |
D | deprecation.py | 134 def deprecated_alias(deprecated_name, name, func_or_class, warn_once=True): argument 218 _call_location(), deprecated_name, name) 237 _call_location(), deprecated_name, name)
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_case.py | 1700 for deprecated_name in deprecated_names: 1702 getattr(self, deprecated_name) # remove these in 3.x
|