MCPcopy 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

SinglePlayerFunction · 0.85
MultiPlayerFunction · 0.85
destroyMethod · 0.45

Tested by

no test coverage detected