Home | Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | mmCIFRow
Contains one row of data. In a mmCIF file, this is one complete set of data found under a section. The data can be accessed by using the column names as class attributes.
|
|||
|
|||
|
|||
True if D has a key k, else False |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
D[k] if k in D, else d |
|
||
|
|||
True if D has a key k, else False |
|
||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
table | |||
Inherited from |
|
x==y
|
|
x[i]=y
|
x[y]
|
del x[y]
|
d defaults to None.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jun 27 14:43:16 2011 | http://epydoc.sourceforge.net |