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

Function reset_default_backend

hvplot/tests/testhelp.py:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10@pytest.fixture
11def reset_default_backend():
12 yield
13 hvplot.extension('bokeh')
14 hvplot.extension.compatibility = None
15
16
17def test_help_style_extension_output(reset_default_backend):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…