
![]() | NumPyArray_Float objects are checked using their member functions (checkdim, etc.) |
![]() | SCXX objects also have some checks:
if (!func1.isCallable()) {
PyErr_Format(PyExc_TypeError,
"func1 is not a callable function");
return NULL;
}
|