Package schrodinger :: Package application :: Package desmond :: Module ffiostructure :: Class _FFIOSubBlock
[hide private]
[frames] | no frames]

Class _FFIOSubBlock

A class to make access of ffio sub-block properties more pythonic.

Instance Methods [hide private]
 
__init__(self, ff, _index)
 
__eq__(self, that)
Compare on ff handle and index.
 
__ne__(self, other)
Check for inequality based on ff handle and index.
 
__hash__(self)
 
__int__(self)
 
__str__(self)
 
_getIndex(self)
 
_getProperty(self)
Class Variables [hide private]
  block_type = None
hash(x)
  index = property(_getIndex, doc= "The item index. I{Read only.}")
  property = property(_getProperty, doc= "property dictionary")