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

Method __init__

QPropertyAnimation/FlipWidgetAnimation.py:53–55  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

51 windowChanged = pyqtSignal()
52
53 def __init__(self, *args, **kwargs):
54 super(SettingWidget, self).__init__(*args, **kwargs)
55 self.setPixmap(QPixmap('Data/2.png'))
56
57 def mousePressEvent(self, event):
58 super(SettingWidget, self).mousePressEvent(event)

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
setPixmapMethod · 0.45

Tested by

no test coverage detected