MCPcopy Create free account
hub / github.com/holoviz/hvplot / test_interactive_xarray_dataset

Function test_interactive_xarray_dataset

hvplot/tests/testinteractive.py:141–148  ·  view source on GitHub ↗
(dataset)

Source from the content-addressed store, hash-verified

139
140
141def test_interactive_xarray_dataset(dataset):
142 dsi = Interactive(dataset)
143
144 assert type(dsi) is XArrayInteractive
145 assert dsi._obj is dataset
146 assert dsi._fn is None
147 assert dsi._transform == dim('*')
148 assert dsi._method is None
149
150
151def test_interactive_pandas_function(df):

Callers

nothing calls this directly

Calls 1

InteractiveClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…