Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
import
sys
3
4
def
quit_game():
5
sys.exit(0)
6
7
class
Room:
8
def
__init__(self, objs=None):
Callers
1
cmd_split.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected