Data Model version 2.0.6

Method: getIsAromatic


    getter for derived attribute isAromatic

guid: www.ccpn.ac.uk_Fogh_2006-08-16-18:23:34_00044
OpType: get
OpSubType: None
isQuery: True
isAbstract: False
Scope: instance_level
Code: for rr in self.molResidues:
  if rr.chemCompVar.isAromatic == True:
    result = True
    break
else:
  result = False
  Data Model Version 2.0.6
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Wed Aug 7 15:06:29 2013    from data model package  ccp.api.molecule.Molecule.Molecule   revision 1.66  
  Work done by the CCPN team.
www.ccpn.ac.uk