MCPcopy 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_i32sFunction · 0.80
test_map_i32sFunction · 0.80
checkFunction · 0.80
test_schema_castingFunction · 0.80
test_list_schema_castingFunction · 0.80

Calls 1

PyPropClass · 0.85

Tested by 7

test_list_i32sFunction · 0.64
test_map_i32sFunction · 0.64
checkFunction · 0.64
test_schema_castingFunction · 0.64
test_list_schema_castingFunction · 0.64