MCPcopy 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
236def _decode_variable_name(name):
237 if name == NONE_VAR_NAME:
238 name = None
239 return name
240
241
242def _iter_nc_groups(root, parent="/"):

Callers 1

loadMethod · 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…