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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 1501 	data->newargs = PyTuple_New(1);
 1579   PyObject *args = PyTuple_New(1);
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  581     *this = Take<PythonTuple>(PyTuple_New(0));
  585   *this = Take<PythonTuple>(PyTuple_New(tuple_size));
  589   m_py_obj = PyTuple_New(objects.size());
  600   m_py_obj = PyTuple_New(objects.size());