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

Method iter

crates/vm/src/builtins/tuple.rs:309–311  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

307
308 #[inline]
309 pub fn iter(&self) -> core::slice::Iter<'_, R> {
310 self.elements.iter()
311 }
312}
313
314impl PyTuple<PyObjectRef> {

Callers 15

reprMethod · 0.45
__instancecheck__Method · 0.45
__subclasscheck__Method · 0.45
flatten_argsFunction · 0.45
getitemMethod · 0.45
hashMethod · 0.45
py_newMethod · 0.45
__reduce__Method · 0.45
nextMethod · 0.45
slot_newMethod · 0.45
object_getstate_defaultFunction · 0.45
set___class__Method · 0.45

Calls 2

newFunction · 0.85
into_pyobjectMethod · 0.45

Tested by

no test coverage detected