Package mmLib :: Module mmCIF :: Class mmCIFDictionary
[hide private]
[frames] | no frames]

Class mmCIFDictionary

source code

object --+        
         |        
      list --+    
             |    
     mmCIFFile --+
                 |
                mmCIFDictionary

Class representing a mmCIF dictionary. The constructor of this class takes two arguments. The first is the string path for the file, or alternativly a file object.

Instance Methods [hide private]

Inherited from mmCIFFile: __deepcopy__, __delitem__, __eq__, __getattr__, __getitem__, __str__, append, get, get_data, has_key, insert, load_file, new_data, save_file

Inherited from list: __add__, __contains__, __delslice__, __ge__, __getattribute__, __getslice__, __gt__, __iadd__, __imul__, __init__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __new__, __repr__, __reversed__, __rmul__, __setitem__, __setslice__, __sizeof__, count, extend, index, pop, remove, reverse, sort

Inherited from object: __delattr__, __format__, __reduce__, __reduce_ex__, __setattr__, __subclasshook__

Class Variables [hide private]

Inherited from list: __hash__

Properties [hide private]

Inherited from object: __class__