Home
last modified time | relevance | path

Searched defs:PythonTuple (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp559 PythonTuple::PythonTuple(PyInitialValue value) { in PythonTuple() function in PythonTuple
564 PythonTuple::PythonTuple(int tuple_size) { in PythonTuple() function in PythonTuple
568 PythonTuple::PythonTuple(std::initializer_list<PythonObject> objects) { in PythonTuple() function in PythonTuple
579 PythonTuple::PythonTuple(std::initializer_list<PyObject *> objects) { in PythonTuple() function in PythonTuple