Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
467
def
ravel(array):
468
return
reshape(array, (-1,))
469
470
471
def
transpose(array, axes=None):
Callers
11
decode_cf_datetime
Function · 0.90
decode_cf_timedelta
Function · 0.90
infer_datetime_units
Function · 0.90
infer_timedelta_units
Function · 0.90
_eagerly_encode_cf_datetime
Function · 0.90
_eagerly_encode_cf_timedelta
Function · 0.90
_interp1d
Function · 0.90
_interpnd
Function · 0.90
first_n_items
Function · 0.90
last_n_items
Function · 0.90
last_item
Function · 0.90
Calls
1
reshape
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…