MCPcopy 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

checkFunction · 0.80

Calls 1

PyPropClass · 0.85

Tested by 2

checkFunction · 0.64