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

Class _FEPIOSubBlockContainer

Instance Methods [hide private]
 
__init__(self, fep)
Initialize the container.
 
_item_count_method(self)
 
_delete_method(self, index)
 
__delitem__(self, index)
Delete a fepio sub-block item from the CT.
 
__getitem__(self, index)
Return the wrapper class for fepio sub-block item based properties.
 
__iter__(self)
Provide iteration access.
 
__len__(self)
Return the number of items.
Class Variables [hide private]
  _item_class = None
hash(x)
Method Details [hide private]

__delitem__(self, index)
(Index deletion operator)

 

Delete a fepio sub-block item from the CT. Note that this immediately updates the CT and therefore renumbers any items following the one deleted.

__getitem__(self, index)
(Indexing operator)

 

Return the wrapper class for fepio sub-block item based properties. Note that the initial index is 1, as per the underlying mmfepio library, not 0 as is expected for python.