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