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/str.rs:1941–1943 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1939
}
1940
1941
fn len(&self) -> usize {
1942
self.char_len()
1943
}
1944
}
1945
1946
impl AsRef<str> for PyRefExact<PyStr> {
Callers
15
slot_new
Method · 0.45
byte_len
Method · 0.45
capitalize
Method · 0.45
endswith
Method · 0.45
startswith
Method · 0.45
title
Method · 0.45
swapcase
Method · 0.45
splitlines
Method · 0.45
_find
Method · 0.45
count
Method · 0.45
_pad
Method · 0.45
maketrans
Method · 0.45
Calls
1
char_len
Method · 0.45
Tested by
no test coverage detected