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

Method eq_ignore_ascii_case

crates/wtf8/src/lib.rs:1033–1035  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

1031
1032 #[inline]
1033 pub fn eq_ignore_ascii_case(&self, other: &Self) -> bool {
1034 self.bytes.eq_ignore_ascii_case(&other.bytes)
1035 }
1036
1037 pub fn split(&self, pat: &Wtf8) -> impl Iterator<Item = &Self> {
1038 self.as_bytes()

Callers 8

newMethod · 0.80
hostname_matchesFunction · 0.80
is_utf8_encodingFunction · 0.80
exec_queryFunction · 0.80
pyio_get_console_typeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected