MCPcopy Index your code
hub / github.com/numpy/numpy / partition

Method partition

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

Source from the content-addressed store, hash-verified

6166 return out
6167
6168 def partition(self, *args, **kwargs):
6169 warnings.warn("Warning: 'partition' will ignore the 'mask' "
6170 f"of the {self.__class__.__name__}.",
6171 stacklevel=2)
6172 return super().partition(*args, **kwargs)
6173
6174 def argpartition(self, *args, **kwargs):
6175 warnings.warn("Warning: 'argpartition' will ignore the 'mask' "

Callers 5

_medianFunction · 0.45
_quantileFunction · 0.45
fromnumeric.pyFile · 0.45
time_partitionMethod · 0.45

Calls

no outgoing calls

Tested by 1