Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pometry/Raphtory
/ i32
Method
i32
raphtory-api/src/python/prop.rs:248–250 ·
view source on GitHub ↗
(value: i32)
Source
from the content-addressed store, hash-verified
246
/// Prop:
247
#[staticmethod]
248
pub fn i32(value: i32) -> Self {
249
PyProp(Prop::I32(value))
250
}
251
252
/// Construct a `Prop` holding a signed 64-bit integer.
253
///
Callers
7
test_list_i32s
Function · 0.80
test_map_i32s
Function · 0.80
check
Function · 0.80
test_schema_casting
Function · 0.80
test_list_schema_casting
Function · 0.80
test_nested_schema_casting
Function · 0.80
test_load_nodes_from_pandas_with_schema
Function · 0.80
Calls
1
PyProp
Class · 0.85
Tested by
7
test_list_i32s
Function · 0.64
test_map_i32s
Function · 0.64
check
Function · 0.64
test_schema_casting
Function · 0.64
test_list_schema_casting
Function · 0.64
test_nested_schema_casting
Function · 0.64
test_load_nodes_from_pandas_with_schema
Function · 0.64