SWIG_Python_CallFunctor 1145 source4/lib/wmi/wmi_wrap.c #define SWIG_Python_CallFunctor(functor, obj)	        PyObject_CallFunctionObjArgs(functor, obj, NULL);
SWIG_Python_CallFunctor 1147 source4/lib/wmi/wmi_wrap.c #define SWIG_Python_CallFunctor(functor, obj)	        PyObject_CallFunction(functor, "O", obj);