Package gozerbot :: Module persistconfig :: Class Option
[hide private]
[frames] | no frames]

Class Option

source code

object --+
         |
        Option

Instance Methods [hide private]
 
__init__(self, value, desc, perm, example, name, exposed)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__casattr__(self, name, val) source code
 
check(self, key, plugname, value, desc, perm, example, name, exposed) source code
 
__lt__(self, other) source code
 
__le__(self, other) source code
 
__eq__(self, other) source code
 
__ne__(self, other) source code
 
__gt__(self, other) source code
 
__ge__(self, other) 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, value, desc, perm, example, name, exposed)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)