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

Function NpyIter_HasDelayedBufAlloc

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

NUMPY_API * Whether the buffer allocation is being delayed */

Source from the content-addressed store, hash-verified

726 * Whether the buffer allocation is being delayed
727 */
728NPY_NO_EXPORT npy_bool
729NpyIter_HasDelayedBufAlloc(NpyIter *iter)
730{
731 return (NIT_ITFLAGS(iter)&NPY_ITFLAG_DELAYBUF) != 0;
732}
733
734/*NUMPY_API
735 * Whether the iterator handles the inner loop

Callers 9

npyiter_cache_valuesFunction · 0.85
npyiter_multi_index_getFunction · 0.85
npyiter_seq_itemFunction · 0.85
npyiter_seq_sliceFunction · 0.85
npyiter_seq_ass_itemFunction · 0.85
npyiter_seq_ass_sliceFunction · 0.85
npyiter_subscriptFunction · 0.85
npyiter_ass_subscriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected