Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
113
impl From<ArgIntoBool> for bool {
Callers
3
pack
Method · 0.80
all
Function · 0.80
any
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected