summaryrefslogtreecommitdiff
path: root/numpy/ma/extras.pyi
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2021-11-28 18:34:49 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2022-05-10 18:19:21 +0200
commit4f1d95aa1fa0910b631e6aea91f5c2033593c11e (patch)
tree7f6b984305793db6d49b12917e9e192f154cf4da /numpy/ma/extras.pyi
parentff3a9dae0f4b6e539b1170a9d334dcefe862d28f (diff)
downloadnumpy-4f1d95aa1fa0910b631e6aea91f5c2033593c11e.tar.gz
ENH: Add compressed= argument to ma.ndenumerate
Diffstat (limited to 'numpy/ma/extras.pyi')
-rw-r--r--numpy/ma/extras.pyi2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ma/extras.pyi b/numpy/ma/extras.pyi
index 947c7ae99..5d3912ccc 100644
--- a/numpy/ma/extras.pyi
+++ b/numpy/ma/extras.pyi
@@ -74,7 +74,7 @@ class mr_class(MAxisConcatenator):
mr_: mr_class
-def ndenumerate(a): ...
+def ndenumerate(a, compressed=...): ...
def flatnotmasked_edges(a): ...
def notmasked_edges(a, axis=...): ...
def flatnotmasked_contiguous(a): ...