Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
191
impl 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_char
Method · 0.45
parse_part
Method · 0.45
parse_flags
Function · 0.45
parse_format_type
Function · 0.45
parse_quantity
Function · 0.45
parse_text_inside_parentheses
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected