Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ isupper
Method
isupper
crates/vm/src/builtins/bytearray.rs:294–296 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
292
293
#[pymethod]
294
fn isupper(&self) -> bool {
295
self.inner().isupper()
296
}
297
298
#[pymethod]
299
fn istitle(&self) -> bool {
Callers
nothing calls this directly
Calls
1
inner
Method · 0.45
Tested by
no test coverage detected