MCPcopy 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
406pub struct SaturatedSliceIter {

Callers 15

criterion_benchmarkFunction · 0.45
bench_cpython_codeFunction · 0.45
bench_rustpython_codeFunction · 0.45
benchmark_file_parsingFunction · 0.45
complete_optMethod · 0.45
statisticsFunction · 0.45
callMethod · 0.45
call_methodMethod · 0.45
constructMethod · 0.45
invokeMethod · 0.45
to_cifMethod · 0.45

Calls 1

newFunction · 0.85

Tested by 2

runMethod · 0.36