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

Method len

crates/vm/src/dict_inner.rs:586–588  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

584 }
585
586 pub fn len(&self) -> usize {
587 self.read().used
588 }
589
590 pub fn size(&self) -> DictSize {
591 self.read().size()

Callers 15

pack_intoMethod · 0.45
unpackMethod · 0.45
pack_pascalFunction · 0.45
write_stringFunction · 0.45
unpack_pascalFunction · 0.45
write_exception_innerMethod · 0.45
write_syntaxerrorMethod · 0.45
__str__Method · 0.45
system_exit_codeFunction · 0.45
py_newMethod · 0.45
slot_newMethod · 0.45

Calls 1

readMethod · 0.45

Tested by

no test coverage detected