MCPcopy 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
1047impl AnyStr for [u8] {

Callers 5

py_addMethod · 0.45
py_padMethod · 0.45
py_removeprefixMethod · 0.45
py_removesuffixMethod · 0.45
py_bytes_splitlinesMethod · 0.45

Calls 1

lenFunction · 0.85

Tested by

no test coverage detected