Table of Contents

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).

Classes   

Cable

This object defines the base class for a Cable object.

Network

This object defines the base class for a Network object.


Table of Contents

This document was automatically generated on Thu Jan 18 11:28:09 2007 by HappyDoc version 2.1