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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 1298       result = PyList_New(1);
40306     PyObject* list = PyList_New(count);
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  525     *this = Take<PythonList>(PyList_New(0));
  529   *this = Take<PythonList>(PyList_New(list_size));
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  319   PyObject *py_list = PyList_New(2);