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

Function NpyIter_GetIterSize

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

NUMPY_API * Gets the number of elements being iterated */

Source from the content-addressed store, hash-verified

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

Callers 15

array_datetime_as_stringFunction · 0.85
business_day_offsetFunction · 0.85
business_day_countFunction · 0.85
is_business_dayFunction · 0.85
array_deepcopyFunction · 0.85
npyiter_initFunction · 0.85
NpyIter_NestedItersFunction · 0.85
npyiter_resetFunction · 0.85
npyiter_remove_axisFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected