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