Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ StartMainMenu
Function
StartMainMenu
recipes/Python/580636_Space_Assault/recipe-580636.py:75–77 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
73
self.btnTenWaveChallengeMultiPlayer.bind(
'<Button>'
,StartTenWaveChallengeMultiPlayer)
74
75
def
StartMainMenu(event):
76
self.destroy()
77
MainMenu()
78
79
def
StartTenWaveChallengeSinglePlayer(event):
80
self.destroy()
Callers
nothing calls this directly
Calls
2
MainMenu
Function · 0.85
destroy
Method · 0.45
Tested by
no test coverage detected