Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
compare
Method · 0.45
hash
Method · 0.45
__len__
Method · 0.45
repr_wtf8
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected