MCPcopy Create free account
hub / github.com/Pometry/Raphtory / PyProp

Class PyProp

raphtory-api/src/python/prop.rs:188–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186#[pyclass(name = "Prop", module = "raphtory", eq)]
187#[derive(PartialEq)]
188pub struct PyProp(pub Prop);
189
190#[pymethods]
191impl PyProp {

Callers 15

u8Method · 0.85
u16Method · 0.85
u32Method · 0.85
u64Method · 0.85
i32Method · 0.85
i64Method · 0.85
f32Method · 0.85
f64Method · 0.85
strMethod · 0.85
boolMethod · 0.85
listMethod · 0.85
mapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected