| Home | Trees | Index | Help |
|
|---|
| Package mmLib :: Package Extensions :: Module CCP4Library :: Class CCP4Library |
|
object --+
|
LibraryInterface --+
|
Library --+
|
CCP4Library
| Method Summary | |
|---|---|
__init__(self,
ccp4_root)
| |
__getitem__(self,
key)
| |
Locates and reads the mmCIF monomer description found in the CCP4 monomer dictionary. | |
| Inherited from Library | |
Loads and caches a instance of the Element class for the given element symbol. | |
Loads and caches the monomer description. | |
Returns True if the monomer defined by the 3 letter code res_name is a L-amino acid, otherwise returns False. | |
Returns True if the monomer defined by res_name is a nucleic acid, otherwise returns False. | |
Returns True if the 3 letter code res_name is one of the synonyms for water, otherwise returns False. | |
| Inherited from LibraryInterface | |
| |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Inherited from type | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
| Method Details |
|---|
load_monomer(self, name, mon)Locates and reads the mmCIF monomer description found in the CCP4 monomer dictionary. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Wed Nov 24 17:34:57 2004 | http://epydoc.sf.net |