Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
185
impl From<u16> for CodePoint {
Callers
12
hexlify
Function · 0.45
load_verify_locations
Method · 0.45
write_json_string
Function · 0.45
execute_instruction
Method · 0.45
isascii
Method · 0.45
try_from_object
Method · 0.45
ascii
Method · 0.45
strftime_crt
Function · 0.45
write_object_depth
Function · 0.45
new_substr
Method · 0.45
escaped_char_len
Method · 0.45
write_char
Method · 0.45
Calls
1
is_char_and
Method · 0.80
Tested by
no test coverage detected