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

Method isalpha

crates/vm/src/builtins/bytearray.rs:269–271  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

267
268 #[pymethod]
269 fn isalpha(&self) -> bool {
270 self.inner().isalpha()
271 }
272
273 #[pymethod]
274 fn isascii(&self) -> bool {

Callers

nothing calls this directly

Calls 1

innerMethod · 0.45

Tested by

no test coverage detected