Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
314
impl PyTuple<PyObjectRef> {
Callers
15
repr
Method · 0.45
__instancecheck__
Method · 0.45
__subclasscheck__
Method · 0.45
flatten_args
Function · 0.45
getitem
Method · 0.45
hash
Method · 0.45
py_new
Method · 0.45
__reduce__
Method · 0.45
next
Method · 0.45
slot_new
Method · 0.45
object_getstate_default
Function · 0.45
set___class__
Method · 0.45
Calls
2
new
Function · 0.85
into_pyobject
Method · 0.45
Tested by
no test coverage detected