ROOT 6.10/09 Reference Guide |
Namespaces | |
PyROOT | |
Macros | |
#define | PyMethod_MAXFREELIST 256 |
Functions | |
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) |
Variables | |
static PyMethodObject * | PyROOT::free_list |
static int | PyROOT::numfree = 0 |
PyTypeObject | PyROOT::TCustomFloat_Type |
Custom builtins, detectable by type, for pass by ref. More... | |
PyTypeObject | PyROOT::TCustomInstanceMethod_Type |
PyTypeObject | PyROOT::TCustomInt_Type |
#define PyMethod_MAXFREELIST 256 |
Definition at line 137 of file TCustomPyTypes.cxx.