Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
measure
Function · 0.45
test_time
Function · 0.45
test_nodestate_merge
Function · 0.45
one_path_algorithm
Function · 0.45
to_networkx
Method · 0.45
serialize
Method · 0.45
populate_edges
Function · 0.45
star_motif_count
Function · 0.45
twonode_motif_count
Function · 0.45
triangle_motifs
Function · 0.45
star_motif_count
Function · 0.45
twonode_motif_count
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_time
Function · 0.36
test_nodestate_merge
Function · 0.36