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

Function zeros_like

xarray/core/common.py:1787–1794  ·  view source on GitHub ↗
(
    other: DataArray,
    dtype: DTypeLikeSave | None = None,
    *,
    chunks: T_Chunks = None,
    chunked_array_type: str | None = None,
    from_array_kwargs: dict[str, Any] | None = None,
)

Source from the content-addressed store, hash-verified

1785
1786@overload
1787def zeros_like(
1788 other: DataArray,
1789 dtype: DTypeLikeSave | None = None,
1790 *,
1791 chunks: T_Chunks = None,
1792 chunked_array_type: str | None = None,
1793 from_array_kwargs: dict[str, Any] | None = None,
1794) -> DataArray: ...
1795
1796
1797@overload

Callers 2

polyvalFunction · 0.90
test_zeros_likeMethod · 0.90

Calls 1

full_likeFunction · 0.70

Tested by 1

test_zeros_likeMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…