attribute
flatiter.base
A reference to the array that is iterated over.
>>> x = np.arange(5) >>> fl = x.flat >>> fl.base is x True
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.flatiter.base.html