Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pometry/Raphtory
/ bool
Method
bool
raphtory-api/src/python/prop.rs:308–310 ·
view source on GitHub ↗
(value: bool)
Source
from the content-addressed store, hash-verified
306
/// Prop:
307
#[staticmethod]
308
pub fn bool(value: bool) -> Self {
309
PyProp(Prop::Bool(value))
310
}
311
312
/// Construct a `Prop` holding a list of values.
313
///
Callers
1
check
Function · 0.80
Calls
1
PyProp
Class · 0.85
Tested by
1
check
Function · 0.64