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

Method properties

raphtory/src/python/graph/node.rs:195–197  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

193 /// Properties: A list of properties.
194 #[getter]
195 pub fn properties(&self) -> Properties<NodeView<'static, DynamicGraph>> {
196 self.node.properties()
197 }
198
199 /// The metadata of the node
200 ///

Callers 3

__getitem__Method · 0.45
reprMethod · 0.45
to_dfMethod · 0.45

Calls 4

cloneMethod · 0.45
intoMethod · 0.45
into_iter_valuesMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected