Searched refs:pyarginfo (Results 1 – 1 of 1) sorted by relevance
846 Expected<PythonObject> pyarginfo = get_arg_info(*this); in GetArgInfo() local847 if (!pyarginfo) in GetArgInfo()848 return pyarginfo.takeError(); in GetArgInfo()850 cantFail(As<long long>(pyarginfo.get().GetAttribute("count"))); in GetArgInfo()852 cantFail(As<bool>(pyarginfo.get().GetAttribute("has_varargs"))); in GetArgInfo()