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

Method is_uppercase

crates/vm/src/builtins/str.rs:2222–2224  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2220 }
2221
2222 fn is_uppercase(self) -> bool {
2223 self.is_uppercase()
2224 }
2225
2226 fn bytes_len(self) -> usize {
2227 self.len_utf8()

Callers 3

titleMethod · 0.45
swapcaseMethod · 0.45
istitleMethod · 0.45

Calls 1

is_char_andMethod · 0.80

Tested by

no test coverage detected