Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ builtin_exit.py
File
builtin_exit.py
extra_tests/snippets/builtin_exit.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
testutils
import
assert_raises
2
3
with
assert_raises(SystemExit):
4
exit()
Callers
nothing calls this directly
Calls
3
assert_raises
Function · 0.90
exit
Function · 0.50
exit
Method · 0.45
Tested by
no test coverage detected