Searched refs:python_callable (Results 1 – 1 of 1) sorted by relevance
279 def _needs_no_arguments(python_callable): argument285 num_arguments = len(tf_inspect.getargspec(python_callable).args)286 if not tf_inspect.isfunction(python_callable) and not isinstance(287 python_callable, functools.partial):294 tf_inspect.getargspec(python_callable).defaults or [])