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

Class _OtherBlockContainer

object --+
         |
        _OtherBlockContainer
Known Subclasses:

The class to provide access to other block instances.

Instance Methods [hide private]
 
__init__(self, handle)
Initialize the container.
 
_block_names_method(handle)
 
__getitem__(self, index)
Return an other block instance
 
__iter__(self)
Provide iteration access.
 
__len__(self)
Return the number of other blocks.

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

Class Variables [hide private]
  _other_block_class = None
hash(x)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, handle)
(Constructor)

 

Initialize the container.

Overrides: object.__init__