Searched refs:SwigPtr_PyObject (Results 1 – 1 of 1) sorted by relevance
49 class PyCaller : public swig::SwigPtr_PyObject {52 PyCaller(const PyCaller& s) : SwigPtr_PyObject(s) {} in PyCaller()53 PyCaller(PyObject *p, bool initial = true) : SwigPtr_PyObject(p, initial) {} in SwigPtr_PyObject() function