MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / quit_game

Function quit_game

29_pattern_matching_revisited/python/cmd_split.py:4–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import sys
3
4def quit_game():
5 sys.exit(0)
6
7class Room:
8 def __init__(self, objs=None):

Callers 1

cmd_split.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected