Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ char_len
Method
char_len
crates/vm/src/builtins/str.rs:667–669 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
665
666
#[inline]
667
pub fn char_len(&self) -> usize {
668
self.data.char_len()
669
}
670
671
#[pymethod]
672
#[inline(always)]
Callers
10
__str__
Method · 0.45
data_len
Method · 0.45
restart_from
Method · 0.45
handle_encode_error
Method · 0.45
__length_hint__
Method · 0.45
__setstate__
Method · 0.45
__format__
Method · 0.45
do_slice_reverse
Method · 0.45
do_stepped_slice_reverse
Method · 0.45
len
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected