Package gavo :: Package base :: Module attrdef :: Class StringSetAttribute
[frames] | no frames]

Class StringSetAttribute

source code

  object --+                
           |                
AttributeDef --+            
               |            
 AtomicAttribute --+        
                   |        
    UnicodeAttribute --+    
                       |    
     StringListAttribute --+
                           |
                          StringSetAttribute

A StringListAttribute, except the result is a set.

Instance Methods
 
parse(self, value)
returns a typed python value for the string representation value.
source code

Inherited from StringListAttribute: __init__, unparse

Inherited from UnicodeAttribute: feed

Inherited from AtomicAttribute: feedObject, getCopy, makeUserDoc

Inherited from AttributeDef: doCallbacks, iterParentMethods

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

Class Variables
  realDefault = set([])

Inherited from StringListAttribute: typeDesc_

Properties
  default_

Inherited from object: __class__

Method Details

parse(self, value)

source code 

returns a typed python value for the string representation value.

value can be expected to be a unicode string.

Overrides: AtomicAttribute.parse
(inherited documentation)

Property Details

default_

Get Method:
unreachable.default_(self)