Blame | Last modification | View Log | RSS feed
values = []storage = Noneunit = ""expFeatures = expSlide.getExpandedFeatures()if expFeatures is not None:for expFeature in expFeatures:print expFeature.getFeatureDefinition().getID()if expFeature.getFeatureDefinition().getID() == 120112:expBullets = expFeature.getExpandedBullets()if expBullets is not None:for expBullet in expBullets:storage = int(expBullet.getValue())unit = str(expBullet.getUnit().getShortForm())if storage is not None:print "Storage is" + `storage` + " " + `unit`strStorage = str(storage) + " " + unitvalues.append(strStorage)