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

Function wrapper

hvplot/util.py:70–75  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

68
69 @wraps(func)
70 def wrapper(*args, **kwargs):
71 if extension and not getattr(hv.extension, '_loaded', False):
72 from . import hvplot_extension
73
74 hvplot_extension(extension, logo=logo)
75 return func(*args, **kwargs)
76
77 return wrapper
78

Callers

nothing calls this directly

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…