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

Method is_ascii

crates/wtf8/src/lib.rs:180–182  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

178 }
179
180 pub fn is_ascii(&self) -> bool {
181 self.is_char_and(|c| c.is_ascii())
182 }
183}
184
185impl From<u16> for CodePoint {

Callers 12

hexlifyFunction · 0.45
load_verify_locationsMethod · 0.45
write_json_stringFunction · 0.45
execute_instructionMethod · 0.45
isasciiMethod · 0.45
try_from_objectMethod · 0.45
asciiMethod · 0.45
strftime_crtFunction · 0.45
write_object_depthFunction · 0.45
new_substrMethod · 0.45
escaped_char_lenMethod · 0.45
write_charMethod · 0.45

Calls 1

is_char_andMethod · 0.80

Tested by

no test coverage detected