Searched refs:fn_for_analysis (Results 1 – 1 of 1) sorted by relevance
601 fn_for_analysis = inspect.unwrap(root_fn)602 co = fn_for_analysis.__code__617 sig = inspect.signature(fn_for_analysis)653 return self._proxy_placeholder(name, concrete_args, sig, fn_for_analysis)847 def _proxy_placeholder(self, name, concrete_args, sig, fn_for_analysis): argument911 type_expr=fn_for_analysis.__annotations__.get(name, None)