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

Function broadcast_to

xarray/core/duck_array_ops.py:316–318  ·  view source on GitHub ↗
(array, shape)

Source from the content-addressed store, hash-verified

314
315
316def broadcast_to(array, shape):
317 xp = get_array_namespace(array)
318 return xp.broadcast_to(array, shape)
319
320
321def lazy_array_equiv(arr1, arr2):

Callers

nothing calls this directly

Calls 2

get_array_namespaceFunction · 0.90
broadcast_toMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…