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

Method iter

crates/vm/src/function/argument.rs:490–492  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

488 }
489
490 pub fn iter(&self) -> core::slice::Iter<'_, T> {
491 self.0.iter()
492 }
493}
494
495impl<T> From<Vec<T>> for PosArgs<T> {

Callers 3

from_vectorcallMethod · 0.45
from_vectorcall_ownedMethod · 0.45
traverseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected