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

Function ravel

xarray/core/duck_array_ops.py:467–468  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

465
466
467def ravel(array):
468 return reshape(array, (-1,))
469
470
471def transpose(array, axes=None):

Callers 11

decode_cf_datetimeFunction · 0.90
decode_cf_timedeltaFunction · 0.90
infer_datetime_unitsFunction · 0.90
infer_timedelta_unitsFunction · 0.90
_interp1dFunction · 0.90
_interpndFunction · 0.90
first_n_itemsFunction · 0.90
last_n_itemsFunction · 0.90
last_itemFunction · 0.90

Calls 1

reshapeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…