MCPcopy Create free account
hub / github.com/numpy/numpy / array_nonzero

Function array_nonzero

numpy/core/src/multiarray/methods.c:2554–2561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2552
2553
2554static PyObject *
2555array_nonzero(PyArrayObject *self, PyObject *args)
2556{
2557 if (!PyArg_ParseTuple(args, "")) {
2558 return NULL;
2559 }
2560 return PyArray_Nonzero(self);
2561}
2562
2563
2564static PyObject *

Callers

nothing calls this directly

Calls 1

PyArray_NonzeroFunction · 0.85

Tested by

no test coverage detected