int sipIsSubClassInstance(PyObject * inst, PyObject * baseclass);
int sipIsSubClassInstance
True if Python object inst is an instance of a sub-class of baseclass, else false.
Pointer to the Python object instance.
Pointer to the Python base class.