NUMPY_API * Gets the number of dimensions being iterated */
| 891 | * Gets the number of dimensions being iterated |
| 892 | */ |
| 893 | NPY_NO_EXPORT int |
| 894 | NpyIter_GetNDim(NpyIter *iter) |
| 895 | { |
| 896 | return NIT_NDIM(iter); |
| 897 | } |
| 898 | |
| 899 | /*NUMPY_API |
| 900 | * Gets the number of operands being iterated |
no outgoing calls
no test coverage detected