Searched defs:py_obj (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ | ||
H A D | PythonDataObjects.cpp | 308 bool PythonBytes::Check(PyObject *py_obj) { in Check() argument |
H A D | ScriptInterpreterPython.cpp | 1545 PythonObject py_obj(PyRefType::Borrowed, static_cast<PyObject *>(ptr)); CreateStructuredDataFromScriptObject() local |