MCPcopy 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
35class ProgressThread(threading.Thread):
36 def __init__(self, progressbar, step_value):

Callers 15

initialiseFunction · 0.45
build_graphFunction · 0.45
build_graphFunction · 0.45
recipe-577751.pyFile · 0.45
initialiseFunction · 0.45
mainFunction · 0.45
quit_gameFunction · 0.45
processFunction · 0.45
sendMethod · 0.45
finishFunction · 0.45
recipe-577752.pyFile · 0.45
recipe-52243.pyFile · 0.45

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected