Home
last modified time | relevance | path

Searched refs:PyCaller (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() function
53 PyCaller(PyObject *p, bool initial = true) : SwigPtr_PyObject(p, initial) {} in SwigPtr_PyObject()
72 my_arena->execute(PyCaller(my_callable, false)); in operator()
125 void enqueue( PyObject *c ) { $self->enqueue(PyCaller(c)); } in enqueue()
126 void execute( PyObject *c ) { $self->execute(PyCaller(c)); } in execute()
137 void run( PyObject *c ) { $self->run(PyCaller(c)); } in run()