MCPcopy Create free account
hub / github.com/Pometry/Raphtory / f64

Method f64

raphtory-api/src/python/prop.rs:284–286  ·  view source on GitHub ↗
(value: f64)

Source from the content-addressed store, hash-verified

282 /// Prop:
283 #[staticmethod]
284 pub fn f64(value: f64) -> Self {
285 PyProp(Prop::F64(value))
286 }
287
288 /// Construct a `Prop` holding a string.
289 ///

Callers 2

checkFunction · 0.80
apply_pagerankFunction · 0.80

Calls 1

PyPropClass · 0.85

Tested by 1

checkFunction · 0.64