Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Ddeprecation.py20 warnings.warn(APIDeprecationWarning(deprecated_name),
24 class APIDeprecationWarning(UserWarning): class
36 super(APIDeprecationWarning, self).__init__(deprecated_name)
Dsite_utils.py18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
Dbase_utils.py18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
/external/autotest/client/bin/
Dbase_utils.py18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
Dsite_utils.py18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)