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

Function post_patch

hvplot/__init__.py:148–152  ·  view source on GitHub ↗
(extension='bokeh', logo=False, check_loaded=False)

Source from the content-addressed store, hash-verified

146
147
148def post_patch(extension='bokeh', logo=False, check_loaded=False):
149 if not check_loaded:
150 hvplot_extension(extension, logo=logo)
151 elif not getattr(_hv.extension, '_loaded', False):
152 hvplot_extension(extension, logo=logo)
153
154
155if _PATCH_PLOT_SIGNATURES:

Callers 11

patchFunction · 0.90
patchFunction · 0.85
patchFunction · 0.85
patchFunction · 0.85
patchFunction · 0.85
patchFunction · 0.85
patchFunction · 0.85
intake.pyFile · 0.85
patchFunction · 0.85
patchFunction · 0.85
patchFunction · 0.85

Calls 1

hvplot_extensionClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…