Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
///
Callers
8
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
test_schema_casting
Function · 0.80
test_list_schema_casting
Function · 0.80
test_schema_casting_dict
Function · 0.80
test_nested_schema_casting
Function · 0.80
Calls
1
PyProp
Class · 0.85
Tested by
8
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
test_schema_casting
Function · 0.64
test_list_schema_casting
Function · 0.64
test_schema_casting_dict
Function · 0.64
test_nested_schema_casting
Function · 0.64