Home
last modified time | relevance | path

Searched refs:py_object (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp607 for (auto py_object : objects) { in PythonTuple() local
608 PythonObject object(PyRefType::Borrowed, py_object); in PythonTuple()