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

Method animationStep

QProgressBar/Lib/QStyleAnimation.py:95–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

93 self._step = -1
94
95 def animationStep(self):
96 return self.currentTime() / (1000.0 / self._speed)
97
98 def progressStep(self, width):
99 step = self.animationStep()

Callers 3

progressStepMethod · 0.95
isUpdateNeededMethod · 0.95
paintEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected