Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_into
Method · 0.45
unpack
Method · 0.45
pack_pascal
Function · 0.45
write_string
Function · 0.45
unpack_pascal
Function · 0.45
write_exception_inner
Method · 0.45
write_syntaxerror
Method · 0.45
exception_args_as_string
Method · 0.45
__str__
Method · 0.45
system_exit_code
Function · 0.45
py_new
Method · 0.45
slot_new
Method · 0.45
Calls
1
read
Method · 0.45
Tested by
no test coverage detected