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

Method add

crates/vm/src/stdlib/_io.rs:2433–2436  ·  view source on GitHub ↗
(mut self, rhs: Self)

Source from the content-addressed store, hash-verified

2431
2432 #[inline]
2433 fn add(mut self, rhs: Self) -> Self {
2434 self += rhs;
2435 self
2436 }
2437 }
2438
2439 impl core::ops::AddAssign for Utf8size {

Callers 15

add_to_weak_setFunction · 0.45
com_releaseFunction · 0.45
locator_connect_serverFunction · 0.45
services_exec_queryFunction · 0.45
enum_nextFunction · 0.45
object_begin_enumerationFunction · 0.45
object_nextFunction · 0.45
object_end_enumerationFunction · 0.45
wcslenFunction · 0.45
exec_queryFunction · 0.45
make_setMethod · 0.45
valid_signalsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected