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

Method stop

Demo/BubbleTips.py:57–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 return self.label.text()
56
57 def stop(self):
58 self.hide()
59 self.animationGroup.stop()
60 self.close()
61
62 def show(self):
63 super(BubbleLabel, self).show()

Callers 9

checkWindowMethod · 0.45
closeEventMethod · 0.45
mousePressEventMethod · 0.45
onMsgShowMethod · 0.45
showMethod · 0.45
showAnimationMethod · 0.45
closeAnimationMethod · 0.45
onAnimationEndMethod · 0.45
closeEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected