Package trac :: Module config :: Class IntOption

Class IntOption

source code

object --+    
         |    
    Option --+
             |
            IntOption

Descriptor for integer configuration options.
Instance Methods
 
accessor(self, section, name, default) source code
 
normalize(self, value)
Normalize the given value to write to a trac.ini file
source code

Inherited from Option: __get__, __init__, __repr__, __set__, dumps

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from Option: get_registry

Class Variables

Inherited from Option: registry

Properties

Inherited from Option: doc

Inherited from object: __class__

Method Details

accessor(self, section, name, default)

source code 
Overrides: Option.accessor

normalize(self, value)

source code 
Normalize the given value to write to a trac.ini file
Overrides: Option.normalize
(inherited documentation)