We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cf C code
dtype = PyArray_DescrFromType(NPY_INT64); new_obj = PyArray_View(obj, dtype, NULL); Py_DECREF(dtype); if (new_obj == NULL) { ... }