summaryrefslogtreecommitdiff
path: root/numpy/ma/extras.pyi
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2021-10-02 13:05:08 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2022-04-22 11:49:16 +0200
commit701f0a603c63d1176e6e0d9cf775873f1585c2e2 (patch)
tree3ffa6fd827a4f85e8a8e247df52830fb12074384 /numpy/ma/extras.pyi
parent79a5000a72f6e4432c0a76efa6cf8e3f12ecef9e (diff)
downloadnumpy-701f0a603c63d1176e6e0d9cf775873f1585c2e2.tar.gz
ENH: add ndenumerate specialization for masked arrays
Diffstat (limited to 'numpy/ma/extras.pyi')
-rw-r--r--numpy/ma/extras.pyi1
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): ...