Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
consume
Method · 0.85
test_aiter_idempotent
Method · 0.85
call_with_too_few_args
Method · 0.85
call_with_too_many_args
Method · 0.85
call_with_wrong_type_arg
Method · 0.85
Calls
1
get_aiter
Method · 0.80
Tested by
5
consume
Method · 0.68
test_aiter_idempotent
Method · 0.68
call_with_too_few_args
Method · 0.68
call_with_too_many_args
Method · 0.68
call_with_wrong_type_arg
Method · 0.68