Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
progressStep
Method · 0.95
isUpdateNeeded
Method · 0.95
paintEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected