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

Function test_interactive_pandas_eval_hvplot

hvplot/tests/testinteractive.py:1291–1297  ·  view source on GitHub ↗
(df)

Source from the content-addressed store, hash-verified

1289
1290
1291def test_interactive_pandas_eval_hvplot(df):
1292 dfi = Interactive(df)
1293 dfi = dfi.head(2).hvplot(y='A')
1294
1295 evaled = dfi.eval()
1296
1297 assert isinstance(evaled, hv.Curve)
1298
1299
1300def test_interactive_pandas_series_widget_value(series):

Callers

nothing calls this directly

Calls 3

evalMethod · 0.95
InteractiveClass · 0.90
hvplotMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…