diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2021-11-28 18:34:49 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2022-05-10 18:19:21 +0200 |
commit | 4f1d95aa1fa0910b631e6aea91f5c2033593c11e (patch) | |
tree | 7f6b984305793db6d49b12917e9e192f154cf4da /numpy/ma/extras.pyi | |
parent | ff3a9dae0f4b6e539b1170a9d334dcefe862d28f (diff) | |
download | numpy-4f1d95aa1fa0910b631e6aea91f5c2033593c11e.tar.gz |
ENH: Add compressed= argument to ma.ndenumerate
Diffstat (limited to 'numpy/ma/extras.pyi')
-rw-r--r-- | numpy/ma/extras.pyi | 2 |
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): ... |