Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2217
impl anystr::AnyChar for char {
Callers
15
repr_wtf8
Method · 0.45
repr_wtf8
Method · 0.45
repr_wtf8
Method · 0.45
getenvironment
Function · 0.45
repr_wtf8
Method · 0.45
normalize_joined_str_parts
Function · 0.45
normalize_template_str_parts
Function · 0.45
ruff_tstring_element_to_template_str_part
Function · 0.45
unique_key
Method · 0.45
process_fields
Method · 0.45
capitalize
Method · 0.45
repr
Method · 0.45
Calls
1
push_wtf8
Method · 0.80
Tested by
no test coverage detected