Package gavo :: Package rscdef :: Module tabledef :: Class ADQLVisibilityAttribute
[frames] | no frames]

Class ADQLVisibilityAttribute

source code

               object --+            
                        |            
base.attrdef.AttributeDef --+        
                            |        
 base.attrdef.AtomicAttribute --+    
                                |    
    base.attrdef.BooleanAttribute --+
                                    |
                                   ADQLVisibilityAttribute

An attribute that has values True/False and hidden.

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

Inherited from base.attrdef.AtomicAttribute: feed, getCopy, makeUserDoc

Inherited from base.attrdef.AttributeDef: __init__, doCallbacks, iterParentMethods

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

Class Variables
  typeDesc_ = 'boolean or \'hidden\''
Properties

Inherited from object: __class__

Method Details

feedObject(self, instance, value)

source code 
Overrides: base.attrdef.AttributeDef.feedObject

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: base.attrdef.AtomicAttribute.parse
(inherited documentation)

unparse(self, value)

source code 

returns a typed python value for the string representation value.

value can be expected to be a unicode string.

Overrides: base.attrdef.AtomicAttribute.unparse
(inherited documentation)