MCPcopy
hub / github.com/PyQt5/PyQt / __init__

Method __init__

QtChart/LineStack.py:85–90  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

83class GraphicsProxyWidget(QGraphicsProxyWidget):
84
85 def __init__(self, *args, **kwargs):
86 super(GraphicsProxyWidget, self).__init__(*args, **kwargs)
87 self.setZValue(999)
88 self.tipWidget = ToolTipWidget()
89 self.setWidget(self.tipWidget)
90 self.hide()
91
92 def width(self):
93 return self.size().width()

Callers

nothing calls this directly

Calls 3

setWidgetMethod · 0.80
ToolTipWidgetClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected