Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ iter
Method
iter
crates/vm/src/sliceable.rs:401–403 ·
view source on GitHub ↗
(&self, len: usize)
Source
from the content-addressed store, hash-verified
399
}
400
401
pub fn iter(&self, len: usize) -> SaturatedSliceIter {
402
SaturatedSliceIter::new(self, len)
403
}
404
}
405
406
pub struct SaturatedSliceIter {
Callers
15
criterion_benchmark
Function · 0.45
bench_cpython_code
Function · 0.45
bench_rustpython_code
Function · 0.45
benchmark_file_parsing
Function · 0.45
get_available_completions
Method · 0.45
complete_opt
Method · 0.45
statistics
Function · 0.45
call
Method · 0.45
call_method
Method · 0.45
construct
Method · 0.45
invoke
Method · 0.45
to_cif
Method · 0.45
Calls
1
new
Function · 0.85
Tested by
2
extract_annotations_from_annotate_code
Function · 0.36
run
Method · 0.36