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

Method i64

raphtory-api/src/python/prop.rs:260–262  ·  view source on GitHub ↗
(value: i64)

Source from the content-addressed store, hash-verified

258 /// Prop:
259 #[staticmethod]
260 pub fn i64(value: i64) -> Self {
261 PyProp(Prop::I64(value))
262 }
263
264 /// Construct a `Prop` holding a 32-bit float.
265 ///

Calls 1

PyPropClass · 0.85