Module: Base | pyVC/Networks/Base.py | ||||||
---|---|---|---|---|---|---|---|
Package containing the base object for the Network. This package two objects, Network, which all other Network objects derive from; and Cable, which all other Cable objects derive from. In this module, Network and Cable should not be instantiated, and the non-shared methods will raise NotImplementedError when executed. Each Network contains 2 class tuples, errors and platforms. errors defines the list of errors that cause this Network to fail. platforms lists the OS platforms that this Network is functional on, as defined by uname(1).
|