Package gavo :: Package utils :: Module fancyconfig :: Class IntSetConfigItem
[frames] | no frames]

Class IntSetConfigItem

source code

  object --+                
           |                
  ConfigItem --+            
               |            
StringConfigItem --+        
                   |        
      ListConfigItem --+    
                       |    
       IntListConfigItem --+
                           |
                          IntSetConfigItem

A set-valued IntListConfigItem for fast existence lookups.

Instance Methods

Inherited from ConfigItem: __init__, getAsString, set

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

Class Variables
  typedesc = 'set of integers'

Inherited from IntListConfigItem: default

Properties

Inherited from object: __class__