MCPcopy
hub / github.com/numpy/numpy / argpartition

Method argpartition

numpy/ma/core.py:6174–6178  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

6172 return super().partition(*args, **kwargs)
6173
6174 def argpartition(self, *args, **kwargs):
6175 warnings.warn("Warning: 'argpartition' will ignore the 'mask' "
6176 f"of the {self.__class__.__name__}.",
6177 stacklevel=2)
6178 return super().argpartition(*args, **kwargs)
6179
6180 def take(self, indices, axis=None, out=None, mode='raise'):
6181 """

Callers 17

expand_dimsFunction · 0.90
sliding_window_viewFunction · 0.90
test_keepdims_outMethod · 0.90
test_keepdims_outMethod · 0.90
test_keepdims_outMethod · 0.90
test_keepdims_outMethod · 0.90
countMethod · 0.90
_mask_propagateFunction · 0.90
test_keepdims_outMethod · 0.90
sizeFunction · 0.85
rollFunction · 0.85
moveaxisFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected