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

Method next

crates/stdlib/src/_asyncio.rs:1093–1095  ·  view source on GitHub ↗
(zelf: &Py<Self>, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

1091 impl SelfIter for PyFutureIter {}
1092 impl IterNext for PyFutureIter {
1093 fn next(zelf: &Py<Self>, vm: &VirtualMachine) -> PyResult<PyIterReturn> {
1094 PyIterReturn::from_pyresult(zelf.send(vm.ctx.none(), vm), vm)
1095 }
1096 }
1097
1098 #[pyattr]

Callers

nothing calls this directly

Calls 2

noneMethod · 0.80
sendMethod · 0.45

Tested by

no test coverage detected