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

Method push_char

crates/wtf8/src/lib.rs:479–481  ·  view source on GitHub ↗
(&mut self, c: char)

Source from the content-addressed store, hash-verified

477 /// Append a Unicode scalar value at the end of the string.
478 #[inline]
479 pub fn push_char(&mut self, c: char) {
480 self.push(CodePoint::from_char(c))
481 }
482
483 /// Append a code point at the end of the string.
484 #[inline]

Callers 15

collection_reprFunction · 0.45
repr_wtf8Method · 0.45
repr_wtf8Method · 0.45
decodeMethod · 0.45
repr_wtf8Method · 0.45
repr_wtf8Method · 0.45
repr_wtf8Method · 0.45
titleMethod · 0.45
swapcaseMethod · 0.45
reprMethod · 0.45
repr_wtf8Method · 0.45
repr_wtf8Method · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected