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

Method __add__

crates/vm/src/builtins/bytes.rs:234–236  ·  view source on GitHub ↗
(&self, other: ArgBytesLike)

Source from the content-addressed store, hash-verified

232 }
233
234 fn __add__(&self, other: ArgBytesLike) -> Vec<u8> {
235 self.inner.add(&other.borrow_buf())
236 }
237
238 fn __contains__(
239 &self,

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
borrow_bufMethod · 0.45

Tested by

no test coverage detected