MCPcopy
hub / github.com/pydata/xarray / argmax

Method argmax

xarray/core/dataarray.py:6325–6332  ·  view source on GitHub ↗
(  # type: ignore[overload-overlap]
        self,
        dim: str,
        *,
        axis: int | None = None,
        keep_attrs: bool | None = None,
        skipna: bool | None = None,
    )

Source from the content-addressed store, hash-verified

6323
6324 @overload
6325 def argmax( # type: ignore[overload-overlap]
6326 self,
6327 dim: str,
6328 *,
6329 axis: int | None = None,
6330 keep_attrs: bool | None = None,
6331 skipna: bool | None = None,
6332 ) -> Self: ...
6333
6334 @overload
6335 def argmax(

Callers 7

test_argmaxMethod · 0.95
test_argmax_dimMethod · 0.95
test_argmaxMethod · 0.95
test_argmax_dimMethod · 0.95
test_argmax_dimMethod · 0.95
idxmaxMethod · 0.45

Calls 2

itemsMethod · 0.80

Tested by 6

test_argmaxMethod · 0.76
test_argmax_dimMethod · 0.76
test_argmaxMethod · 0.76
test_argmax_dimMethod · 0.76
test_argmax_dimMethod · 0.76