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

Function qBound

QProgressBar/MetroCircleProgress.py:48–49  ·  view source on GitHub ↗
(miv, cv, mxv)

Source from the content-addressed store, hash-verified

46
47
48def qBound(miv, cv, mxv):
49 return max(min(cv, mxv), miv)
50
51
52class MetroCircleProgress(QWidget):

Callers 1

paintEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected