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

Method eq_char

crates/common/src/cformat.rs:196–198  ·  view source on GitHub ↗
(self, c: char)

Source from the content-addressed store, hash-verified

194 }
195
196 fn eq_char(self, c: char) -> bool {
197 self == c
198 }
199}
200
201impl FormatBuf for Wtf8Buf {

Callers 4

parse_spec_mapping_keyFunction · 0.80
parse_quantityFunction · 0.80
parse_precisionFunction · 0.80
parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected