Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Ddeprecation_test.py31 deprecated_func = deprecation.deprecated_alias("deprecated.func",
37 deprecated_func("FAKE ERROR!")
42 deprecated_func("ANOTHER FAKE ERROR!")
/external/python/cpython2/Lib/unittest/
Dcase.py608 def deprecated_func(*args, **kwargs): function
613 return deprecated_func
/external/python/cpython3/Lib/unittest/
Dcase.py1308 def deprecated_func(*args, **kwargs): function
1313 return deprecated_func