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

Function _patch_doc

hvplot/util.py:1135–1139  ·  view source on GitHub ↗
(cls, kind, signature=None)

Source from the content-addressed store, hash-verified

1133
1134
1135def _patch_doc(cls, kind, signature=None):
1136 method = getattr(cls, kind)
1137 docstring, signature = _get_doc_and_signature(cls, kind, False, signature=signature)
1138 method.__doc__ = docstring
1139 method.__signature__ = signature
1140
1141
1142@lru_cache

Callers 1

__call__Method · 0.85

Calls 1

_get_doc_and_signatureFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…