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

Method __init__

QPropertyAnimation/MenuAnimation.py:23–27  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

21class Window(QWidget):
22
23 def __init__(self, *args, **kwargs):
24 super(Window, self).__init__(*args, **kwargs)
25 self.resize(800, 600)
26 self.initMenu()
27 self.initAnimation()
28
29 def contextMenuEvent(self, event):
30 pos = event.globalPos()

Callers

nothing calls this directly

Calls 3

resizeMethod · 0.95
initMenuMethod · 0.95
initAnimationMethod · 0.95

Tested by

no test coverage detected