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

Function full_like

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

Source from the content-addressed store, hash-verified

248
249
250def full_like(a, fill_value, **kwargs):
251 xp = get_array_namespace(a)
252 return xp.full_like(a, fill_value, **kwargs)
253
254
255def empty_like(a, **kwargs):

Callers 1

isnullFunction · 0.70

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…