Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
add
Method · 0.45
inner
Method · 0.45
borrow_buf
Method · 0.45
Tested by
no test coverage detected