Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ _decode_variable_name
Function
_decode_variable_name
xarray/backends/common.py:236–239 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
234
235
236
def
_decode_variable_name(name):
237
if
name == NONE_VAR_NAME:
238
name = None
239
return
name
240
241
242
def
_iter_nc_groups(root, parent=
"/"
):
Callers
1
load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…