Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ test_variable_property
Function
test_variable_property
xarray/tests/test_sparse.py:89–91 ·
view source on GitHub ↗
(prop)
Source
from the content-addressed store, hash-verified
87
],
88
)
89
def
test_variable_property(prop):
90
var = make_xrvar({
"x"
: 10,
"y"
: 5})
91
getattr(var, prop)
92
93
94
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
1
make_xrvar
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…