MCPcopy 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
255pub enum SequenceIndex {

Callers 6

setitem_by_sliceMethod · 0.45
delitem_by_sliceMethod · 0.45
wrap_indexMethod · 0.45
saturate_indexMethod · 0.45
getitem_by_sliceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected