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

Function empty_like

xarray/core/duck_array_ops.py:255–257  ·  view source on GitHub ↗
(a, **kwargs)

Source from the content-addressed store, hash-verified

253
254
255def empty_like(a, **kwargs):
256 xp = get_array_namespace(a)
257 return xp.empty_like(a, **kwargs)
258
259
260def astype(data, dtype, *, xp=None, **kwargs):

Callers

nothing calls this directly

Calls 1

get_array_namespaceFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…