OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deprecated_name
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/common_lib/
deprecation.py
14
def warn(
deprecated_name
, stacklevel=3):
17
@param
deprecated_name
: The name of the deprecated function or module
20
warnings.warn(APIDeprecationWarning(
deprecated_name
),
31
def __init__(self,
deprecated_name
):
34
@param
deprecated_name
: The name of the deprecated function or module
36
super(APIDeprecationWarning, self).__init__(
deprecated_name
)
37
self._deprecated_name =
deprecated_name
/external/tensorflow/tensorflow/python/util/
deprecation.py
134
def deprecated_alias(
deprecated_name
, name, func_or_class, warn_once=True):
150
deprecated_name
='module2.DeprecatedNameForClass',
174
deprecated_name
: The name of the symbol that is being deprecated, to be used
218
_call_location(),
deprecated_name
, name)
237
_call_location(),
deprecated_name
, name)
/external/python/cpython3/Lib/unittest/test/
test_case.py
[
all
...]
Completed in 267 milliseconds