+ extend number protocol
This commit is contained in:
@@ -781,7 +781,6 @@ PyObject * MatrixPy::number_or_handler (PyObject *self, PyObject *other)
|
||||
|
||||
int MatrixPy::number_coerce_handler (PyObject **self, PyObject **other)
|
||||
{
|
||||
PyErr_SetString(PyExc_NotImplementedError, "Not implemented");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user