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

Method setUp

hvplot/tests/teststreaming.py:9–12  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7
8class TestExplicitStreamPlotting(TestCase):
9 def setUp(self):
10 import hvplot.pandas # noqa
11
12 self.df = pd.DataFrame([[1, 2], [3, 4], [5, 6]], columns=['x', 'y'])
13
14 def test_pipe_stream(self):
15 stream = Pipe(data=self.df)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected