Searched refs:APIDeprecationWarning (Results 1 – 5 of 5) sorted by relevance
20 warnings.warn(APIDeprecationWarning(deprecated_name),24 class APIDeprecationWarning(UserWarning): class36 super(APIDeprecationWarning, self).__init__(deprecated_name)
18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)