MCPcopy 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
2217impl 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

titleMethod · 0.45
swapcaseMethod · 0.45
istitleMethod · 0.45

Calls 1

is_char_andMethod · 0.80

Tested by

no test coverage detected