Home
last modified time | relevance | path

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

/oneTBB/python/tbb/
H A Dapi.i49 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