Package schrodinger :: Package ui :: Module maestro_ui :: Class WHChain
[hide private]
[frames] | no frames]

Class WHChain

       object --+        
                |        
sip.simplewrapper --+    
                    |    
          sip.wrapper --+
                        |
                       WHChain

Instance Methods [hide private]
 
__eq__(x, y)
x==y
 
__ge__(x, y)
x>=y
 
__gt__(x, y)
x>y
 
__hash__(x)
hash(x)
 
__le__(x, y)
x<=y
 
__lt__(x, y)
x<y
 
__ne__(x, y)
x!=y
 
containsResidue(...)
 
getHash(...)

Inherited from sip.simplewrapper: __init__, __new__

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__hash__(x)
(Hashing function)

 

hash(x)

Overrides: object.__hash__