Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ quit
Method
quit
recipes/Python/576705_pyGTK_threading/recipe-576705.py:29–33 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
27
self.show_all()
28
29
def
quit(self, obj):
30
for
t in self.threads:
31
t.stop()
32
33
gtk.main_quit()
34
35
class
ProgressThread(threading.Thread):
36
def
__init__(self, progressbar, step_value):
Callers
15
initialise
Function · 0.45
build_graph
Function · 0.45
build_graph
Function · 0.45
recipe-577751.py
File · 0.45
initialise
Function · 0.45
main
Function · 0.45
quit_game
Function · 0.45
process
Function · 0.45
send
Method · 0.45
finish
Function · 0.45
recipe-577752.py
File · 0.45
recipe-52243.py
File · 0.45
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected