Package Products :: Package ZenUtils :: Module GlobalConfig :: Class GlobalConfig
[hide private]
[frames] | no frames]

Class GlobalConfig

source code

object --+        
         |        
      dict --+    
             |    
 config.Config --+
                 |
                GlobalConfig

A method for retrieving the global configuration options outside of a daemon. This is used to configure the AMQP connection in Zope and zenhub

@todo Add validation for expected keys and values

Instance Methods [hide private]

Inherited from config.Config: __getattr__, getbool, getboolean, getfloat, getint

Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __getitem__, __gt__, __init__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __repr__, __setitem__, __sizeof__, clear, copy, fromkeys, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values, viewitems, viewkeys, viewvalues

Class Variables [hide private]

Inherited from dict: __hash__