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

Method gi_suspended

crates/vm/src/builtins/generator.rs:96–98  ·  view source on GitHub ↗
(&self, _vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

94
95 #[pygetset]
96 fn gi_suspended(&self, _vm: &VirtualMachine) -> bool {
97 self.inner.suspended()
98 }
99
100 #[pyclassmethod]
101 fn __class_getitem__(cls: PyTypeRef, args: PyObjectRef, vm: &VirtualMachine) -> PyGenericAlias {

Callers

nothing calls this directly

Calls 1

suspendedMethod · 0.80

Tested by

no test coverage detected