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

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  926   return PythonObject(PyRefType::Owned, PyObject_CallObject(m_py_obj, nullptr));
  933                       PyObject_CallObject(m_py_obj, arg_tuple.get()));
  940                       PyObject_CallObject(m_py_obj, arg_tuple.get()));
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  972                   PyObject_CallObject(m_run_one_line_function.get(),