Method: getChemCompVar
getter for derived link chemCompVar
guid:
|
www.ccpn.ac.uk_Fogh_2006-08-16-18:20:11_00007
|
OpType:
|
get
|
OpSubType:
|
None
|
isQuery:
|
True
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Code:
|
molType = self.molType
ccpCode = self.ccpCode
if molType is None or ccpCode is None:
result = None
else:
result = ccp.api.molecule.ChemComp.ChemCompVar.getByKey(self.root, (molType, ccpCode, self.linking, self.descriptor))
|
|