Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ len
Method
len
crates/vm/src/bytes_inner.rs:282–284 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
280
281
#[inline]
282
pub const fn len(&self) -> usize {
283
self.elements.len()
284
}
285
286
#[inline]
287
pub const fn capacity(&self) -> usize {
Callers
15
get_value
Method · 0.45
repr_with_name
Method · 0.45
capitalize
Method · 0.45
swapcase
Method · 0.45
fromhex
Method · 0.45
_pad
Method · 0.45
count
Method · 0.45
find
Method · 0.45
maketrans
Method · 0.45
translate
Method · 0.45
removeprefix
Method · 0.45
removesuffix
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected