Rev 451 | Blame | Compare with Previous | 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() == 120128:expBullets = expFeature.getExpandedBullets()if expBullets is not None:for expBullet in expBullets:price = float(expBullet.getValue())values.append(price)