MCPcopy 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_dictMethod · 0.45
cast_to_1dMethod · 0.45
iterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected