diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2021-10-02 13:05:08 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2022-04-22 11:49:16 +0200 |
commit | 701f0a603c63d1176e6e0d9cf775873f1585c2e2 (patch) | |
tree | 3ffa6fd827a4f85e8a8e247df52830fb12074384 /numpy/ma/extras.pyi | |
parent | 79a5000a72f6e4432c0a76efa6cf8e3f12ecef9e (diff) | |
download | numpy-701f0a603c63d1176e6e0d9cf775873f1585c2e2.tar.gz |
ENH: add ndenumerate specialization for masked arrays
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): ... |