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

Method properties

raphtory/src/python/graph/edge.rs:248–250  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

246 /// Properties: Properties on the Edge.
247 #[getter]
248 pub fn properties(&self) -> Properties<EdgeView<DynamicGraph>> {
249 self.edge.properties()
250 }
251
252 /// Gets the metadata of an edge
253 ///

Callers 12

fromMethod · 0.45
__getitem__Method · 0.45
reprMethod · 0.45
encode_graph_tpropFunction · 0.45
serializeMethod · 0.45
balance_per_nodeFunction · 0.45
max_weight_matchingFunction · 0.45
page_rankFunction · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by 2