HomeSort by relevance Sort by last modified time
    Searched refs:APIDeprecationWarning (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/common_lib/
deprecation.py 20 warnings.warn(APIDeprecationWarning(deprecated_name),
24 class APIDeprecationWarning(UserWarning):
36 super(APIDeprecationWarning, self).__init__(deprecated_name)
base_utils.py 18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
site_utils.py 18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
  /external/autotest/client/bin/
base_utils.py 18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
site_utils.py 18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)

Completed in 407 milliseconds