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

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