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

Function missing

crates/vm/src/stdlib/sys/monitoring.rs:1110–1112  ·  view source on GitHub ↗
(vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

1108
1109 #[pyattr(once, name = "MISSING")]
1110 fn missing(vm: &VirtualMachine) -> PyObjectRef {
1111 super::get_missing(vm)
1112 }
1113
1114 #[pyattr(once)]
1115 fn events(vm: &VirtualMachine) -> PyRef<PyNamespace> {

Callers

nothing calls this directly

Calls 1

get_missingFunction · 0.85

Tested by

no test coverage detected