Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ test_isin_dataset
Function
test_isin_dataset
xarray/tests/test_dataset.py:7828–7831 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7826
7827
7828
def
test_isin_dataset() -> None:
7829
ds = Dataset({
"x"
: [1, 2]})
7830
with
pytest.raises(TypeError):
7831
ds.isin(ds)
7832
7833
7834
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
2
Dataset
Class · 0.90
isin
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…