MCPcopy Index your code
hub / github.com/PyQt5/PyQt / __init__

Method __init__

QtChart/BarStack.py:87–92  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

85class GraphicsProxyWidget(QGraphicsProxyWidget):
86
87 def __init__(self, *args, **kwargs):
88 super(GraphicsProxyWidget, self).__init__(*args, **kwargs)
89 self.setZValue(999)
90 self.tipWidget = ToolTipWidget()
91 self.setWidget(self.tipWidget)
92 self.hide()
93
94 def width(self):
95 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