numpy / 1.18.5 / reference / generated / numpy.flatiter.base.html /

numpy.flatiter.base

attribute

flatiter.base

A reference to the array that is iterated over.

Examples

>>> x = np.arange(5)
>>> fl = x.flat
>>> fl.base is x
True

© 2005–2020 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.18/reference/generated/numpy.flatiter.base.html