Package CedarBackup2 :: Module util :: Class _Vertex
[hide private]
[frames] | no frames]

Class _Vertex

source code

object --+
         |
        _Vertex

Represents a vertex (or node) in a directed graph.

Instance Methods [hide private]
 
__init__(self, name)
Constructor.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name)
(Constructor)

source code 

Constructor.

Parameters:
  • name (String value.) - Name of this graph vertex.
Overrides: object.__init__