Module py_raphtory::edge
source · Expand description
The edge module contains the PyEdge class, which is used to represent edges in the graph and provides access to the edge’s properties and vertices.
The PyEdge class also provides access to the perspective APIs, which allow the user to view the edge as it existed at a particular point in time, or as it existed over a particular time range.
Structs
- PyEdge is a Python class that represents an edge in the graph. An edge is a directed connection between two vertices.
- A list of edges that can be iterated over.