Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dtf_inspect_test.py52 def test_decorated_function_with_defaults(a, b=2, c='Hello'): function
74 argspec = tf_inspect.getargspec(test_decorated_function_with_defaults)
309 argspec = tf_inspect.getfullargspec(test_decorated_function_with_defaults)
496 signature = tf_inspect.signature(test_decorated_function_with_defaults)
515 tf_inspect.getdoc(test_decorated_function_with_defaults))
519 test_decorated_function_with_defaults))
546 expected, tf_inspect.getsource(test_decorated_function_with_defaults))
551 tf_inspect.getsourcefile(test_decorated_function_with_defaults))
555 test_decorated_function_with_defaults.decorated_target)
558 tf_inspect.getsourcelines(test_decorated_function_with_defaults))