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

Function NpyIter_GetNOp

numpy/core/src/multiarray/nditer_api.c:902–906  ·  view source on GitHub ↗

NUMPY_API * Gets the number of operands being iterated */

Source from the content-addressed store, hash-verified

900 * Gets the number of operands being iterated
901 */
902NPY_NO_EXPORT int
903NpyIter_GetNOp(NpyIter *iter)
904{
905 return NIT_NOP(iter);
906}
907
908/*NUMPY_API
909 * Gets the number of elements being iterated

Callers 13

npyiter_value_getFunction · 0.85
npyiter_operands_getFunction · 0.85
npyiter_itviews_getFunction · 0.85
npyiter_dtypes_getFunction · 0.85
npyiter_nop_getFunction · 0.85
npyiter_seq_lengthFunction · 0.85
npyiter_seq_itemFunction · 0.85
npyiter_seq_sliceFunction · 0.85
npyiter_seq_ass_itemFunction · 0.85
npyiter_seq_ass_sliceFunction · 0.85
npyiter_subscriptFunction · 0.85
npyiter_ass_subscriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected