Rev 7171 | Blame | Compare with Previous | Last modification | View Log | RSS feed
values = []value = "No"expFeature = expSlide.getExpandedFeature(120446)if(expFeature):expBullets = expFeature.getExpandedBullets()if expBullets is not None:for expBullet in expBullets:communication = str(expBullet.getValue())if communication == 'Voice call facility':value = 'Yes'breakvalues.append(value)