reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);