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

Method into_bool

crates/vm/src/function/number.rs:108–110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106
107 #[inline]
108 pub fn into_bool(self) -> bool {
109 self.value
110 }
111}
112
113impl From<ArgIntoBool> for bool {

Callers 3

packMethod · 0.80
allFunction · 0.80
anyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected