Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ make_ascii_lowercase
Method
make_ascii_lowercase
crates/wtf8/src/lib.rs:977–979 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
975
976
#[inline]
977
pub fn make_ascii_lowercase(&mut self) {
978
self.bytes.make_ascii_lowercase()
979
}
980
981
#[inline]
982
pub fn make_ascii_uppercase(&mut self) {
Callers
2
new_syntax_error_maybe_incomplete
Method · 0.80
to_string
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected