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

Method isascii

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

Source from the content-addressed store, hash-verified

272
273 #[pymethod]
274 fn isascii(&self) -> bool {
275 self.inner().isascii()
276 }
277
278 #[pymethod]
279 fn isdigit(&self) -> bool {

Callers

nothing calls this directly

Calls 1

innerMethod · 0.45

Tested by

no test coverage detected