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

Method to_char_lossy

crates/common/src/cformat.rs:192–194  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

190
191impl FormatChar for char {
192 fn to_char_lossy(self) -> char {
193 self
194 }
195
196 fn eq_char(self, c: char) -> bool {
197 self == c

Callers 6

from_charMethod · 0.45
parse_partMethod · 0.45
parse_flagsFunction · 0.45
parse_format_typeFunction · 0.45
parse_quantityFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected