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

Class StringConfigItem

source code

object --+    
         |    
ConfigItem --+
             |
            StringConfigItem
Known Subclasses:

A config item containing unicode strings.

The serialization of the config file is supposed to be utf-8.

The special value None is used as a Null value literal.

Tests are below.

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 = 'string'
  default = ''
hash(x)
Properties

Inherited from object: __class__