Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ bytes_len
Method
bytes_len
crates/vm/src/bytes_inner.rs:1042–1044 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1040
}
1041
1042
fn bytes_len(self) -> usize {
1043
1
1044
}
1045
}
1046
1047
impl AnyStr for [u8] {
Callers
5
py_add
Method · 0.45
py_pad
Method · 0.45
py_removeprefix
Method · 0.45
py_removesuffix
Method · 0.45
py_bytes_splitlines
Method · 0.45
Calls
1
len
Function · 0.85
Tested by
no test coverage detected