Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h84 PythonObject() : m_py_obj(nullptr) {} in PythonObject() function
86 PythonObject(PyRefType type, PyObject *py_obj) : m_py_obj(nullptr) { in PythonObject() function
90 PythonObject(const PythonObject &rhs) : m_py_obj(nullptr) { Reset(rhs); } in PythonObject() function