Data Model version 2.1.2
Acknowledgements
Diagram
|
Class Map
|
Attribute Map
|
Method Map
|
Help
|
License
Home
|
Package
|
Class
| Attribute |
Method:
{
prev
|
next
}
Method: getChains
from Class
ccp.api.nmr.NmrCalc.MolResidueData
getter for derived link chains
guid:
www.ccpn.ac.uk_Fogh_2011-03-30-18:00:04_00004
OpType:
get
OpSubType:
None
isQuery:
True
isAbstract:
False
Scope:
instance_level
Code:
molSystem = self.molSystem
if molSystem is None:
result = tuple()
else:
result = tuple(molSystem.findFirstChain(code=x) for x in set(self.chainCodes))
if None in result:
result = tuple()
Data Model Version
2.1.2
Go to Top
Autogenerated by
PyApiDocGen
revision
1.3
on
Thu Oct 2 16:09:53 2014
from data model package
ccp.api.nmr.NmrCalc.MolResidueData
revision
?
Work done by the
CCPN team
.
www.ccpn.ac.uk