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

Function reshape

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

Source from the content-addressed store, hash-verified

460
461
462def reshape(array, shape):
463 xp = get_array_namespace(array)
464 return xp.reshape(array, shape)
465
466
467def ravel(array):

Callers 7

decode_cf_datetimeFunction · 0.90
decode_cf_timedeltaFunction · 0.90
_interp1dFunction · 0.90
_interpndFunction · 0.90
ravelFunction · 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…