Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pometry/Raphtory
/ u32
Method
u32
raphtory-api/src/python/prop.rs:224–226 ·
view source on GitHub ↗
(value: u32)
Source
from the content-addressed store, hash-verified
222
/// Prop:
223
#[staticmethod]
224
pub fn u32(value: u32) -> Self {
225
PyProp(Prop::U32(value))
226
}
227
228
/// Construct a `Prop` holding an unsigned 64-bit integer.
229
///
Callers
1
check
Function · 0.80
Calls
1
PyProp
Class · 0.85
Tested by
1
check
Function · 0.64