Home
last modified time | relevance | path

Searched refs:pyarginfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp846 Expected<PythonObject> pyarginfo = get_arg_info(*this); in GetArgInfo() local
847 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()