Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/python/
Dpython-swigsafecast.swig23 SBTypeToSWIGWrapper (PyObject* py_object)
25 return py_object;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp652 for (auto py_object : objects) { in PythonTuple() local
653 PythonObject object(PyRefType::Borrowed, py_object); in PythonTuple()