diff options
Diffstat (limited to 'numpy/ma/extras.pyi')
-rw-r--r-- | numpy/ma/extras.pyi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/ma/extras.pyi b/numpy/ma/extras.pyi index e66d7cb63..947c7ae99 100644 --- a/numpy/ma/extras.pyi +++ b/numpy/ma/extras.pyi @@ -74,6 +74,7 @@ class mr_class(MAxisConcatenator): mr_: mr_class +def ndenumerate(a): ... def flatnotmasked_edges(a): ... def notmasked_edges(a, axis=...): ... def flatnotmasked_contiguous(a): ... |