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

Method as_bool

crates/wasm/src/js_module.rs:244–246  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

242
243 #[pymethod]
244 fn as_bool(&self) -> Option<bool> {
245 self.value.as_bool()
246 }
247
248 #[pymethod(name = "typeof")]
249 fn type_of(&self) -> String {

Callers 1

confirmFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected