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

Function test_interactive_pandas_dataframe

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

Source from the content-addressed store, hash-verified

103
104
105def test_interactive_pandas_dataframe(df):
106 dfi = Interactive(df)
107
108 assert type(dfi) is Interactive
109 assert dfi._obj is df
110 assert dfi._fn is None
111 assert dfi._transform == dim('*')
112 assert dfi._method is None
113
114
115def test_interactive_pandas_series(series):

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…