59 PyObject *pyclass = PyTuple_GetItem(args, 0);
PyObject * BoolNot(PyObject *value)
PyObject * CallPyObjMethod(PyObject *obj, const char *meth)
Set of helper functions that are invoked from the C++ implementation of pythonizations.
PyObject * TObjectIsEqual(PyObject *self, PyObject *obj)
PyObject * TObjectIsNotEqual(PyObject *self, PyObject *obj)
bool AddToClass(PyObject *pyclass, const char *label, PyCFunction cfunc, int flags=METH_VARARGS)
Set of helper functions that are invoked from the pythonizors, on the Python side.
PyTypeObject CPPInstance_Type
bool CPPInstance_Check(T *object)
PyObject * AddTObjectEqNePyz(PyObject *self, PyObject *args)
Add pythonization for equality and inequality operators in TObject.