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

Method setDuration

QProgressBar/Lib/QStyleAnimation.py:45–46  ·  view source on GitHub ↗
(self, duration)

Source from the content-addressed store, hash-verified

43 return self._duration
44
45 def setDuration(self, duration):
46 self._duration = duration
47
48 def delay(self):
49 return self._delay

Callers 14

doShakeWindowMethod · 0.80
updateAnimationMethod · 0.80
__init__Method · 0.80
slideInWgtMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
_initAnimateMethod · 0.80
enterEventMethod · 0.80
leaveEventMethod · 0.80
__init__Method · 0.80
initAnimationMethod · 0.80
_initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected