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

Class SetConfigItem

source code

  object --+            
           |            
  ConfigItem --+        
               |        
StringConfigItem --+    
                   |    
      ListConfigItem --+
                       |
                      SetConfigItem

A set-valued ListConfigItem for quick 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 strings'

Inherited from ListConfigItem: default

Properties

Inherited from object: __class__