Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
checkWindow
Method · 0.45
closeEvent
Method · 0.45
mousePressEvent
Method · 0.45
onMsgShow
Method · 0.45
show
Method · 0.45
showAnimation
Method · 0.45
closeAnimation
Method · 0.45
onAnimationEnd
Method · 0.45
closeEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected