Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ unpack_for_decoding
Function
unpack_for_decoding
xarray/coding/common.py:142–143 ·
view source on GitHub ↗
(var: Variable)
Source
from the content-addressed store, hash-verified
140
141
142
def
unpack_for_decoding(var: Variable) -> T_VarTuple:
143
return
var.dims, var._data, var.attrs.copy(), var.encoding.copy()
Callers
8
decode
Method · 0.90
decode
Method · 0.90
decode
Method · 0.90
decode
Method · 0.90
decode
Method · 0.90
decode
Method · 0.90
decode
Method · 0.85
decode
Method · 0.85
Calls
1
copy
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…