Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _exit
Function
_exit
crates/vm/src/stdlib/os.rs:1574–1576 ·
view source on GitHub ↗
(code: i32)
Source
from the content-addressed store, hash-verified
1572
1573
#[pyfunction]
1574
fn _exit(code: i32) {
1575
std::process::exit(code)
1576
}
1577
1578
#[pyfunction]
1579
fn abort() {
Callers
1
faulthandler_fatal_error
Function · 0.50
Calls
1
exit
Function · 0.70
Tested by
no test coverage detected