Home | Trees | Indices | Help |
|
---|
|
object --+ | list --+ | mmCIFData
Contains all information found under a data_ block in a mmCIF file. mmCIF files are represented differently here than their file format would suggest. Since a mmCIF file is more-or-less a SQL database dump, the files are represented here with their sections as "Tables" and their subsections as "Columns". The data is stored in "Rows".
|
|||
new empty list |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
file | |||
name | |||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
str(x)
|
x==y
|
x[y]
|
x[i]=y
|
Remove a mmCIFTable by index or table name.
|
Append a mmCIFTable. This will trigger the removal of any table with the same name.
|
insert object before index
|
remove first occurrence of value. Raises ValueError if the value is not present.
|
Looks up and returns a stored mmCIFTable class by its name. This name is the section key in the mmCIF file. |
Creates and returns a mmCIFTable object with the given name. The object is added to this object before it is returned. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jun 27 14:43:16 2011 | http://epydoc.sourceforge.net |