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

Function NpyIter_GetOperandArray

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

NUMPY_API * Get the array of objects being iterated */

Source from the content-addressed store, hash-verified

1140 * Get the array of objects being iterated
1141 */
1142NPY_NO_EXPORT PyArrayObject **
1143NpyIter_GetOperandArray(NpyIter *iter)
1144{
1145 /*npy_uint32 itflags = NIT_ITFLAGS(iter);*/
1146 /*int ndim = NIT_NDIM(iter);*/
1147 int nop = NIT_NOP(iter);
1148
1149 return NIT_OPERANDS(iter);
1150}
1151
1152/*NUMPY_API
1153 * Returns a view to the i-th object with the iterator's internal axes

Callers 15

array_datetime_as_stringFunction · 0.85
business_day_offsetFunction · 0.85
business_day_countFunction · 0.85
is_business_dayFunction · 0.85
npyiter_cache_valuesFunction · 0.85
NpyIter_NestedItersFunction · 0.85
PyArray_WhereFunction · 0.85
arr_ravel_multi_indexFunction · 0.85
PyArray_MapIterNewFunction · 0.85
array_richcompareFunction · 0.85
PyUFunc_ReduceWrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected