reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
79669     if (!pfunc.IsAllocated())
79671         pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
79672         if (!pfunc.IsAllocated())
79677             *pyfunct_wrapper = pfunc.get();
79678             Py_XINCREF(pfunc.get());
79683     auto argc = pfunc.GetArgInfo();
79693         result = pfunc(value_arg,dict);
79695         result = pfunc(value_arg,dict,options_arg);