MCPcopy Index your code
hub / github.com/RustPython/RustPython / __add__

Method __add__

crates/vm/src/builtins/bytearray.rs:227–229  ·  view source on GitHub ↗
(&self, other: ArgBytesLike)

Source from the content-addressed store, hash-verified

225 }
226
227 fn __add__(&self, other: ArgBytesLike) -> Self {
228 self.inner().add(&other.borrow_buf()).into()
229 }
230
231 fn __contains__(
232 &self,

Callers

nothing calls this directly

Calls 3

addMethod · 0.45
innerMethod · 0.45
borrow_bufMethod · 0.45

Tested by

no test coverage detected