Searched defs:PythonList (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ | ||
H A D | PythonDataObjects.h | 69 class PythonList; variable |
H A D | PythonDataObjects.cpp | 527 *this = Take<PythonList>(PyList_New(0)); in PythonList() function in PythonList |