14 if ( kwds != 0 && PyDict_Size( kwds ) ) {
15 PyErr_SetString( PyExc_TypeError,
"keyword arguments are not yet supported" );
28 return this->
Execute( 0, 0, ctxt );
virtual Bool_t Initialize(TCallContext *ctxt=0)
done if cache is already setup
virtual PyObject * Call(ObjectProxy *&, PyObject *args, PyObject *kwds, TCallContext *ctxt=0)
preliminary check in case keywords are accidently used (they are ignored otherwise) ...
virtual PyObject * Execute(void *self, ptrdiff_t offset, TCallContext *ctxt=0)
call the interface method
virtual Bool_t ConvertAndSetArgs(PyObject *args, TCallContext *ctxt=0)