Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ len
Method
len
crates/vm/src/sliceable.rs:250–252 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
248
249
#[inline(always)]
250
fn len(&self) -> usize {
251
self.len()
252
}
253
}
254
255
pub enum SequenceIndex {
Callers
6
setitem_by_slice_no_resize
Method · 0.45
setitem_by_slice
Method · 0.45
delitem_by_slice
Method · 0.45
wrap_index
Method · 0.45
saturate_index
Method · 0.45
getitem_by_slice
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected