Searched defs:SWIG_Python_CallFunctor (Results 1 – 1 of 1) sorted by relevance
1259 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunctionObjArgs(functor, obj, NU… macro1261 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, "O", obj); macro