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

Method u64

raphtory-api/src/python/prop.rs:236–238  ·  view source on GitHub ↗
(value: u64)

Source from the content-addressed store, hash-verified

234 /// Prop:
235 #[staticmethod]
236 pub fn u64(value: u64) -> Self {
237 PyProp(Prop::U64(value))
238 }
239
240 /// Construct a `Prop` holding a signed 32-bit integer.
241 ///

Calls 1

PyPropClass · 0.85