NUMPY_API * Gets the number of elements being iterated */
| 909 | * Gets the number of elements being iterated |
| 910 | */ |
| 911 | NPY_NO_EXPORT npy_intp |
| 912 | NpyIter_GetIterSize(NpyIter *iter) |
| 913 | { |
| 914 | return NIT_ITERSIZE(iter); |
| 915 | } |
| 916 | |
| 917 | /*NUMPY_API |
| 918 | * Whether the iterator is buffered |
no outgoing calls
no test coverage detected