Searched refs:pyarginfo (Results 1 – 1 of 1) sorted by relevance
887 Expected<PythonObject> pyarginfo = get_arg_info(*this); in GetArgInfo() local888 if (!pyarginfo) in GetArgInfo()889 return pyarginfo.takeError(); in GetArgInfo()891 cantFail(As<long long>(pyarginfo.get().GetAttribute("count"))); in GetArgInfo()893 cantFail(As<bool>(pyarginfo.get().GetAttribute("has_varargs"))); in GetArgInfo()