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

Method time

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

Source from the content-addressed store, hash-verified

282 /// int: The time of an exploded edge
283 #[getter]
284 pub fn time(&self) -> Result<EventTime, GraphError> {
285 self.edge.time()
286 }
287
288 /// Gets the names of the layers this edge belongs to.
289 ///

Callers 14

measureFunction · 0.45
test_timeFunction · 0.45
test_nodestate_mergeFunction · 0.45
one_path_algorithmFunction · 0.45
to_networkxMethod · 0.45
serializeMethod · 0.45
populate_edgesFunction · 0.45
star_motif_countFunction · 0.45
twonode_motif_countFunction · 0.45
triangle_motifsFunction · 0.45
star_motif_countFunction · 0.45
twonode_motif_countFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_timeFunction · 0.36
test_nodestate_mergeFunction · 0.36