This is documentation for an old release of NumPy (version 1.3.). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.ma.flatnotmasked_edges

numpy.ma.flatnotmasked_edges(a)
Find the indices of the first and last not masked values in a 1D masked array. If all values are masked, returns None.