Edge documentation
no attributes
Methods
|
|
Edge
__hash__
vertex
|
|
Edge
|
Edge (
self,
v1,
v2,
)
Edge(int v1, int v2) -> Edge
Edge constructor documentation.
|
|
__hash__
|
__hash__ ( self )
arguments/return value unknown
hash instance
|
|
vertex
|
vertex ( self, n )
vertex(int n) -> int
vertex documentation.
|
|