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

Class BytestringConfigItem

source code

object --+    
         |    
ConfigItem --+
             |
            BytestringConfigItem

A config item containing byte strings. No characters outside of ASCII are allowed.

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

Inherited from object: __class__