|
static PyObject * | PyROOT::im_call (PyObject *meth, PyObject *args, PyObject *kw) |
| The mapping from a method to a function involves reshuffling of self back into the list of arguments. More...
|
|
static void | PyROOT::im_dealloc (PyMethodObject *im) |
| from instancemethod, but with custom type (at issue is that instancemethod is not meant to be derived from) More...
|
|
static PyObject * | PyROOT::im_descr_get (PyObject *meth, PyObject *obj, PyObject *pyclass) |
| from instancemethod: don't rebind an already bound method, or an unbound method of a class that's not a base class of pyclass More...
|
|
PyObject * | PyROOT::TCustomInstanceMethod_New (PyObject *func, PyObject *self, PyObject *pyclass) |
|