summaryrefslogtreecommitdiff
path: root/numpy/ma/core.pyi
diff options
context:
space:
mode:
authorslepton <slepton@posteo.de>2021-07-07 21:25:53 +0200
committerslepton <slepton@posteo.de>2021-07-07 21:25:53 +0200
commitd19584547a7934bfce9dee445e65a2c1994cecdc (patch)
tree2013779442bff7d9f47464fd3a1b6ba755b0070d /numpy/ma/core.pyi
parent5ac75798362cea6ecbd602a46b80c297b0f6712a (diff)
parentde245cd133699f8c23f97ec07ec29703e37a5923 (diff)
downloadnumpy-d19584547a7934bfce9dee445e65a2c1994cecdc.tar.gz
Merge remote-tracking branch 'origin/main' into main
Diffstat (limited to 'numpy/ma/core.pyi')
-rw-r--r--numpy/ma/core.pyi4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/ma/core.pyi b/numpy/ma/core.pyi
index e7e3f1f36..bc1f45a8d 100644
--- a/numpy/ma/core.pyi
+++ b/numpy/ma/core.pyi
@@ -270,8 +270,8 @@ class MaskedArray(ndarray[_ShapeType, _DType_co]):
def std(self, axis=..., dtype=..., out=..., ddof=..., keepdims=...): ...
def round(self, decimals=..., out=...): ...
def argsort(self, axis=..., kind=..., order=..., endwith=..., fill_value=...): ...
- def argmin(self, axis=..., fill_value=..., out=...): ...
- def argmax(self, axis=..., fill_value=..., out=...): ...
+ def argmin(self, axis=..., fill_value=..., out=..., *, keepdims=...): ...
+ def argmax(self, axis=..., fill_value=..., out=..., *, keepdims=...): ...
def sort(self, axis=..., kind=..., order=..., endwith=..., fill_value=...): ...
def min(self, axis=..., out=..., fill_value=..., keepdims=...): ...
# NOTE: deprecated