Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
188
pub struct PyProp(pub Prop);
189
190
#[pymethods]
191
impl PyProp {
Callers
15
u8
Method · 0.85
u16
Method · 0.85
u32
Method · 0.85
u64
Method · 0.85
i32
Method · 0.85
i64
Method · 0.85
f32
Method · 0.85
f64
Method · 0.85
str
Method · 0.85
bool
Method · 0.85
list
Method · 0.85
map
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected