Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
462
def
reshape(array, shape):
463
xp = get_array_namespace(array)
464
return
xp.reshape(array, shape)
465
466
467
def
ravel(array):
Callers
7
decode_cf_datetime
Function · 0.90
decode_cf_timedelta
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
ravel
Function · 0.70
Calls
1
get_array_namespace
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…