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

Method push_str

crates/vm/src/builtins/str.rs:2212–2214  ·  view source on GitHub ↗
(&mut self, other: &str)

Source from the content-addressed store, hash-verified

2210 }
2211
2212 fn push_str(&mut self, other: &str) {
2213 Self::push_str(self, other)
2214 }
2215}
2216
2217impl anystr::AnyChar for char {

Callers 15

repr_wtf8Method · 0.45
repr_wtf8Method · 0.45
repr_wtf8Method · 0.45
getenvironmentFunction · 0.45
repr_wtf8Method · 0.45
unique_keyMethod · 0.45
process_fieldsMethod · 0.45
capitalizeMethod · 0.45
reprMethod · 0.45

Calls 1

push_wtf8Method · 0.80

Tested by

no test coverage detected