Blame | Last modification | View Log | RSS feed
values = []expFeatures = expSlide.getExpandedFeatures()if expFeatures is not None:for expFeature in expFeatures:print expFeature.getFeatureDefinition().getID()if expFeature.getFeatureDefinition().getID() == 120288:expBullets = expFeature.getExpandedBullets()if expBullets is not None:for expBullet in expBullets:values.append(str(expBullet.getValue()))