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

Method isdigit

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

Source from the content-addressed store, hash-verified

277
278 #[pymethod]
279 fn isdigit(&self) -> bool {
280 self.inner().isdigit()
281 }
282
283 #[pymethod]
284 fn islower(&self) -> bool {

Callers

nothing calls this directly

Calls 1

innerMethod · 0.45

Tested by

no test coverage detected