MCPcopy Index your code
hub / github.com/RustPython/RustPython / abort

Function abort

crates/vm/src/stdlib/os.rs:1579–1584  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1577
1578 #[pyfunction]
1579 fn abort() {
1580 unsafe extern "C" {
1581 fn abort();
1582 }
1583 unsafe { abort() }
1584 }
1585
1586 #[pyfunction]
1587 fn urandom(size: isize, vm: &VirtualMachine) -> PyResult<Vec<u8>> {

Callers 2

_sigabrtFunction · 0.50
refcount_overflowFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected