bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / lib / _arrayterator_impl
module
numpy.lib._arrayterator_impl
source: build-install/usr/lib/python3.14/site-packages/numpy/lib/_arrayterator_impl.py :0
Summary
A buffered iterator for big arrays.
Extended Summary
This module solves the problem of iterating over a big file-based array without having to read it into memory. The Arrayterator class wraps an array object, and when iterated it will return sub-arrays with at most a user-specified number of elements.
Additional content
A buffered iterator for big arrays.
This module solves the problem of iterating over a big file-based array without having to read it into memory. The Arrayterator class wraps an array object, and when iterated it will return sub-arrays with at most a user-specified number of elements.
Aliases
-
numpy.lib._arrayterator_impl