Searched refs:getfullargspec (Results 1 – 25 of 53) sorted by relevance
123
299 argspec = tf_inspect.getfullargspec(test_decorated_function_with_defaults)315 self.assertEqual(argspec, tf_inspect.getfullargspec(decorator))330 self.assertEqual(argspec, tf_inspect.getfullargspec(outer_decorator))354 self.assertEqual(outer_argspec, tf_inspect.getfullargspec(outer_decorator))371 self.assertEqual(argspec, tf_inspect.getfullargspec(partial_function))389 self.assertEqual(argspec, tf_inspect.getfullargspec(partial_func))407 self.assertEqual(argspec, tf_inspect.getfullargspec(partial_func))428 self.assertEqual(argspec, tf_inspect.getfullargspec(partial_func))447 self.assertEqual(argspec, tf_inspect.getfullargspec(test_obj))465 self.assertEqual(argspec, tf_inspect.getfullargspec(InitClass))[all …]
63 _getfullargspec = _inspect.getfullargspec # pylint: disable=invalid-name81 fullargspecs = getfullargspec(target)247 def getfullargspec(obj): function287 argspec = getfullargspec(func)
53 args = tf_inspect.getfullargspec(fn).args82 return tf_inspect.getfullargspec(fn).varkw is not None
480 arg_spec = tf_inspect.getfullargspec(func)
48 _getfullargspec = _inspect.getfullargspec # pylint: disable=invalid-name66 fullargspecs = getfullargspec(target)233 def getfullargspec(obj): function273 argspec = getfullargspec(func)
670 arg_spec = tf_inspect.getfullargspec(cls.from_config)808 arg_spec = tf_inspect.getfullargspec(fn)
77 arg_spec = inspect.getfullargspec(Benchmark.__init__)
143 arg_spec = inspect.getfullargspec(benchmark_run.BenchmarkRun.__init__)
171 arg_spec = tf_inspect.getfullargspec(original_call)211 argspec = tf_inspect.getfullargspec(call_fn)
405 arg_spec = tf_inspect.getfullargspec(self.layer_call_method)512 arg_spec = tf_inspect.getfullargspec(call_fn)
10 from inspect import getfullargspec as get_args
41 cell_call_spec = tf_inspect.getfullargspec(cell.call)
66 return tf_inspect.getfullargspec(fn).varkw is not None87 args = tf_inspect.getfullargspec(fn).args
471 grad_argspec = tf_inspect.getfullargspec(grad_fn)541 grad_argspec = tf_inspect.getfullargspec(grad_fn)
108 argspec = tf_inspect.getfullargspec(op)
61 ``inspect.getfullargspec()`` has been reversed. This decision may be
252 arg_spec = tf_inspect.getfullargspec(cls.from_config)
66 fullargspec = tf_inspect.getfullargspec(python_function)518 fullargspec = tf_inspect.getfullargspec(python_function)
317 requested_parameters = tf_inspect.getfullargspec(test_method).args
213 arg_spec = tf_inspect.getfullargspec(func)
204 self._layer_call_argspecs[layer] = tf_inspect.getfullargspec(layer.call)805 self._layer_call_argspecs[layer] = tf_inspect.getfullargspec(layer.call)1435 method_arg_spec = tf_inspect.getfullargspec(method)
240 self._layer_call_argspecs[layer] = tf_inspect.getfullargspec(layer.call)
1319 return tf_inspect.getfullargspec(self._resource_apply_dense).args1324 return tf_inspect.getfullargspec(self._resource_apply_sparse).args
105 :func:`inspect.getfullargspec` to extract signature information from
610 argspec = tf_inspect.getfullargspec(test_method)