Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
///
Callers
9
test_list_u64s
Function · 0.80
test_map_u64s
Function · 0.80
test_map_rejects_non_string_keys
Function · 0.80
test_map_with_nested_lists_homogeneous_inner_ok
Function · 0.80
test_map_with_nested_lists_values_can_have_different_inner_types
Function · 0.80
test_map_with_nested_list_that_is_heterogeneous_rejected
Function · 0.80
check
Function · 0.80
check
Function · 0.80
apply_pagerank
Function · 0.80
Calls
1
PyProp
Class · 0.85
Tested by
8
test_list_u64s
Function · 0.64
test_map_u64s
Function · 0.64
test_map_rejects_non_string_keys
Function · 0.64
test_map_with_nested_lists_homogeneous_inner_ok
Function · 0.64
test_map_with_nested_lists_values_can_have_different_inner_types
Function · 0.64
test_map_with_nested_list_that_is_heterogeneous_rejected
Function · 0.64
check
Function · 0.64
check
Function · 0.64