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/bytes_inner.rs:1038–1040 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1036
}
1037
1038
fn is_uppercase(self) -> bool {
1039
self.is_ascii_uppercase()
1040
}
1041
1042
fn bytes_len(self) -> usize {
1043
1
Callers
3
py_islower
Method · 0.45
py_isupper
Method · 0.45
istitle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected