- class graphicle.data.VertexPair(NamedTuple)[source]
Named tuple container for the src and dst nodes representing an edge in a graph.
New in version 0.2.0.
Public members¶
- static VertexPair(_cls, src: int, dst: int)[source]
Create new instance of VertexPair(src, dst)
- __getnewargs__()[source]
Return self as a plain tuple. Used by copy and pickle.
Last update:
Jun 27, 2025