MCPcopy Create free account
hub / github.com/PyQt5/PyQt / __init__

Method __init__

QProgressBar/Lib/QStyleAnimation.py:31–37  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

29 ['DefaultFps', 'SixtyFps', 'ThirtyFps', 'TwentyFps', 'FifteenFps'])
30
31 def __init__(self, *args, **kwargs):
32 super(QStyleAnimation, self).__init__(*args, **kwargs)
33 self._delay = 0
34 self._duration = -1
35 self._startTime = QTime.currentTime()
36 self._fps = self.FrameRate.ThirtyFps
37 self._skip = 0
38
39 def target(self):
40 return self.parent()

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected