Searched refs:test_decorated_function_with_defaults (Results 1 – 1 of 1) sorted by relevance
52 def test_decorated_function_with_defaults(a, b=2, c='Hello'): function74 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))