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

Function _hook_patch_docstrings

hvplot/__init__.py:161–166  ·  view source on GitHub ↗
(backend)

Source from the content-addressed store, hash-verified

159 _patch_hvplot_docstrings()
160
161 def _hook_patch_docstrings(backend):
162 # Patch or re-patch the docstrings/signatures to display
163 # the right styling options.
164 from . import _patch_hvplot_docstrings
165
166 _patch_hvplot_docstrings()
167
168 Store._backend_switch_hooks.append(_hook_patch_docstrings)
169

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…