Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ len
Method
len
crates/common/src/str.rs:293–295 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
291
292
#[inline]
293
pub fn len(&self) -> usize {
294
self.data.len()
295
}
296
297
pub fn is_empty(&self) -> bool {
298
self.data.is_empty()
Callers
15
find_unclosed_bracket
Function · 0.45
from
Method · 0.45
new_str_unchecked
Method · 0.45
zfill
Function · 0.45
levenshtein_distance
Function · 0.45
expandtabs
Function · 0.45
get_num_digits
Function · 0.45
parse_fill_and_align
Function · 0.45
add_magnitude_separators_for_char
Method · 0.45
separate_integer
Method · 0.45
insert_separator
Method · 0.45
add_magnitude_separators
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected