(backend)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…