Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ _encode_variable_name
Function
_encode_variable_name
xarray/backends/common.py:230–233 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
228
229
230
def
_encode_variable_name(name):
231
if
name is None:
232
name = NONE_VAR_NAME
233
return
name
234
235
236
def
_decode_variable_name(name):
Callers
3
store
Method · 0.90
set_variables
Method · 0.90
set_variables
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…