Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ isupper
Method
isupper
crates/vm/src/bytes_inner.rs:354–356 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
352
}
353
354
pub fn isupper(&self) -> bool {
355
self.elements.py_isupper()
356
}
357
358
pub fn isspace(&self) -> bool {
359
!self.elements.is_empty()
Callers
3
builtin_bytearray.py
File · 0.45
builtin_str.py
File · 0.45
builtin_bytes.py
File · 0.45
Calls
1
py_isupper
Method · 0.80
Tested by
no test coverage detected