MCPcopy Index your code
hub / github.com/bqplot/bqplot / getLuminoWidget

Function getLuminoWidget

js/src/utils.ts:124–126  ·  view source on GitHub ↗
(ipywidget: DOMWidgetView)

Source from the content-addressed store, hash-verified

122
123// Phosphor shim for ipywidgets 7 support
124export function getLuminoWidget(ipywidget: DOMWidgetView) {
125 return ipywidget.pWidget ? ipywidget.pWidget : ipywidget.luminoWidget;
126}
127
128export function getEffectiveBackgroundColor(element) {
129 if (!element) {

Callers 3

create_tooltip_widgetMethod · 0.90
show_tooltipFunction · 0.90
create_tooltipFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…