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

Class _FFIOPairContainer

            object --+    
                     |    
_FFIOSubBlockContainer --+
                         |
                        _FFIOPairContainer

Nested Classes [hide private]
  _item_class
A class to make access of mmffio pair properties more pythonic.
Instance Methods [hide private]

Inherited from _FFIOSubBlockContainer: __delitem__, __getitem__, __init__, __iter__, __len__

Inherited from _FFIOSubBlockContainer (private): _delete_method

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

Class Variables [hide private]
  _item_count_method = mm.mmffio_ff_get_num_pairs
  _item_delete_method = mm.mmffio_delete_pair
Properties [hide private]

Inherited from object: __class__