(vm: &VirtualMachine)
| 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> { |
nothing calls this directly
no test coverage detected