Data Model version 2.1.2
Acknowledgements
Diagram
|
Class Map
|
Attribute Map
|
Method Map
|
Help
|
License
Home
|
Package
|
Class
| Attribute |
Method:
{ prev |
next
}
Method: getAtomSets
from Class
ccpnmr.api.Analysis.AtomSetMapping
getter for derived link atomSets
guid:
www.ccpn.ac.uk_Fogh_2006-08-17-15:11:06_00006
OpType:
get
OpSubType:
None
isQuery:
True
isAbstract:
False
Scope:
instance_level
Code:
func = self.topObject.nmrProject.findFirstAtomSet
aset = set(func(serial=x) for x in self.atomSetSerials)
if None in aset:
aset.remove(None)
result = frozenset(aset)
Data Model Version
2.1.2
Go to Top
Autogenerated by
PyApiDocGen
revision
1.3
on
Mon Mar 2 17:25:09 2015
from data model package
ccpnmr.api.Analysis.AtomSetMapping
revision
?
Work done by the
CCPN team
.
www.ccpn.ac.uk