Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ is_lowercase
Method
is_lowercase
crates/vm/src/builtins/str.rs:2218–2220 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2216
2217
impl anystr::AnyChar for char {
2218
fn is_lowercase(self) -> bool {
2219
self.is_lowercase()
2220
}
2221
2222
fn is_uppercase(self) -> bool {
2223
self.is_uppercase()
Callers
3
title
Method · 0.45
swapcase
Method · 0.45
istitle
Method · 0.45
Calls
1
is_char_and
Method · 0.80
Tested by
no test coverage detected