Data Model version 2.1.2
Acknowledgements
Diagram
|
Class Map
|
Attribute Map
|
Method Map
|
Help
|
License
Home
|
Package
|
Class
| Attribute |
Method:
{ prev |
next
}
Method: getIsParamagnetic
from Class
ccp.api.molecule.MolSystem.MolSystem
getter for derived attribute isParamagnetic
guid:
www.ccpn.ac.uk_Fogh_2006-08-16-18:23:31_00031
OpType:
get
OpSubType:
None
isQuery:
True
isAbstract:
False
Scope:
instance_level
Code:
result = False
for chain in self.chains:
for residue in chain.residues:
if residue.chemCompVar.isParamagnetic:
result = True
break
if result:
break
Data Model Version
2.1.2
Go to Top
Autogenerated by
PyApiDocGen
revision
1.3
on
Thu Oct 2 16:09:24 2014
from data model package
ccp.api.molecule.MolSystem.MolSystem
revision
?
Work done by the
CCPN team
.
www.ccpn.ac.uk