MCPcopy 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_errorFunction · 0.50

Calls 1

exitFunction · 0.70

Tested by

no test coverage detected