Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ size
Method
size
crates/vm/src/builtins/dict.rs:248–250 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
246
}
247
248
pub fn size(&self) -> dict_inner::DictSize {
249
self.entries.size()
250
}
251
}
252
253
// Python dict methods:
Callers
3
merge_dict
Method · 0.45
cast_to_1d
Method · 0.45
iter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected