Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
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