MCPcopy Index your code
hub / github.com/pydata/xarray / from_array

Function from_array

xarray/namedarray/core.py:155–159  ·  view source on GitHub ↗
(
    dims: _DimsLike,
    data: duckarray[_ShapeType, _DType],
    attrs: _AttrsLike = ...,
)

Source from the content-addressed store, hash-verified

153
154@overload
155def from_array(
156 dims: _DimsLike,
157 data: duckarray[_ShapeType, _DType],
158 attrs: _AttrsLike = ...,
159) -> NamedArray[_ShapeType, _DType]: ...
160
161
162@overload

Calls 3

to_0d_object_arrayFunction · 0.90
NamedArrayClass · 0.85
anyMethod · 0.45

Used in the wild real call sites across dependent graphs

searching dependent graphs…