Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pometry/Raphtory
/ f32
Method
f32
raphtory-api/src/python/prop.rs:272–274 ·
view source on GitHub ↗
(value: f32)
Source
from the content-addressed store, hash-verified
270
/// Prop:
271
#[staticmethod]
272
pub fn f32(value: f32) -> Self {
273
PyProp(Prop::F32(value))
274
}
275
276
/// Construct a `Prop` holding a 64-bit float.
277
///
Callers
2
check
Function · 0.80
test_load_nodes_from_pandas_with_schema
Function · 0.80
Calls
1
PyProp
Class · 0.85
Tested by
2
check
Function · 0.64
test_load_nodes_from_pandas_with_schema
Function · 0.64