Searched defs:PythonObject (Results 1 – 1 of 1) sorted by relevance
84 PythonObject() : m_py_obj(nullptr) {} in PythonObject() function86 PythonObject(PyRefType type, PyObject *py_obj) : m_py_obj(nullptr) { in PythonObject() function90 PythonObject(const PythonObject &rhs) : m_py_obj(nullptr) { Reset(rhs); } in PythonObject() function