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

Method repr

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

Source from the content-addressed store, hash-verified

306
307impl Repr for PyEdge {
308 fn repr(&self) -> String {
309 self.edge.repr()
310 }
311}
312
313impl<'graph, G: GraphViewOps<'graph>> Repr for EdgeView<G> {

Callers 1

__repr__Method · 0.45

Calls 14

collect_vecMethod · 0.80
mapMethod · 0.45
iterMethod · 0.45
propertiesMethod · 0.45
nameMethod · 0.45
srcMethod · 0.45
dstMethod · 0.45
earliest_timeMethod · 0.45
latest_timeMethod · 0.45
takeMethod · 0.45
into_iterMethod · 0.45
layer_namesMethod · 0.45

Tested by

no test coverage detected