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

Method len

crates/vm/src/builtins/set.rs:207–209  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

205 }
206
207 fn len(&self) -> usize {
208 self.content.len()
209 }
210
211 fn sizeof(&self) -> usize {
212 self.content.sizeof()

Callers 4

compareMethod · 0.45
hashMethod · 0.45
__len__Method · 0.45
repr_wtf8Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected