Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Ddeprecation.py14 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/
Ddeprecation.py134 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/
Dtest_case.py1700 for deprecated_name in deprecated_names:
1702 getattr(self, deprecated_name) # remove these in 3.x