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

Method islower

crates/vm/src/bytes_inner.rs:350–352  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

348 }
349
350 pub fn islower(&self) -> bool {
351 self.elements.py_islower()
352 }
353
354 pub fn isupper(&self) -> bool {
355 self.elements.py_isupper()

Callers 3

builtin_str.pyFile · 0.45
builtin_bytes.pyFile · 0.45

Calls 1

py_islowerMethod · 0.80

Tested by

no test coverage detected