Module Spyder :: Class DANIInterface
[hide private]
[frames] | no frames]

Class DANIInterface

source code

   object --+    
            |    
DANIConstants --+
                |
               DANIInterface

Spyder-generated class

module haddock

file /home/sjoerd/data/Spyder-devel/haddock/parameter.spy

Description

Definition of Relaxation Anisotropy restraints in a web form

Wiki

http://www.spyderware.nl/wiki/classes/DANIInterface

Validate block

>>>            
if danifile == None and choice != "NO":
raise HaddockValidationError("You turned on anisotropy restraints but you did not supply an anisotropy file")
if danifile != None and choice == "NO":
raise HaddockValidationError("You supplied an anisotropy file but you did not turn on anisotropy restraints")                     
>>>
Instance Methods [hide private]

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

Instance Variables [hide private]
*File danifile
    Inherited from DANIConstants
Float anis
String choice
ExtStageConstants constants
Float r
Float tc
Float wh
Float wn
Properties [hide private]

Inherited from object: __class__