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

Method argmin

xarray/core/dataarray.py:6204–6211  ·  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

6202
6203 @overload
6204 def argmin( # type: ignore[overload-overlap]
6205 self,
6206 dim: str,
6207 *,
6208 axis: int | None = None,
6209 keep_attrs: bool | None = None,
6210 skipna: bool | None = None,
6211 ) -> Self: ...
6212
6213 @overload
6214 def argmin(

Callers 6

test_argminMethod · 0.95
test_argmin_dimMethod · 0.95
test_argminMethod · 0.95
test_argmin_dimMethod · 0.95
test_argmin_dimMethod · 0.95
idxminMethod · 0.45

Calls 2

itemsMethod · 0.80

Tested by 5

test_argminMethod · 0.76
test_argmin_dimMethod · 0.76
test_argminMethod · 0.76
test_argmin_dimMethod · 0.76
test_argmin_dimMethod · 0.76