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

Function aiter

crates/vm/src/stdlib/builtins.rs:782–784  ·  view source on GitHub ↗
(iter_target: PyObjectRef, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

780
781 #[pyfunction]
782 fn aiter(iter_target: PyObjectRef, vm: &VirtualMachine) -> PyResult {
783 iter_target.get_aiter(vm)
784 }
785
786 #[pyfunction]
787 fn anext(

Callers 5

consumeMethod · 0.85
test_aiter_idempotentMethod · 0.85

Calls 1

get_aiterMethod · 0.80

Tested by 5

consumeMethod · 0.68
test_aiter_idempotentMethod · 0.68