Package Products :: Package ZenRRD :: Module zenprocess :: Class ZenProcessPreferences
[hide private]
[frames] | no frames]

Class ZenProcessPreferences

source code

object --+
         |
        ZenProcessPreferences

Instance Methods [hide private]
 
__init__(self)
Constructs a new ZenProcessPreferences instance and provide default values for needed attributes.
source code
 
cycleInterval(self)
defined as a property since it is needed by the interface
source code
 
buildOptions(self, parser)
Build a list of command-line options
source code
 
postStartup(self) source code
Method Details [hide private]

__init__(self)
(Constructor)

source code 

Constructs a new ZenProcessPreferences instance and provide default values for needed attributes.

Overrides: object.__init__

cycleInterval(self)

source code 

defined as a property since it is needed by the interface

Decorators:
  • @property