Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ Restart
Function
Restart
recipes/Python/580636_Space_Assault/recipe-580636.py:1646–1648 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
1644
self.btnMainMenu.bind(
'<Button>'
,StartMainMenu)
1645
1646
def
Restart(event):
1647
self.destroy()
1648
SinglePlayer()
1649
1650
def
Pause(event):
1651
global pause
Callers
nothing calls this directly
Calls
5
SinglePlayer
Function · 0.85
MultiPlayer
Function · 0.85
TenWaveChallengeSinglePlayer
Function · 0.85
TenWaveChallengeMultiPlayer
Function · 0.85
destroy
Method · 0.45
Tested by
no test coverage detected