Subversion Repositories SmartDukaan

Rev

Rev 580 | 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() == 120124:
            expBullets = expFeature.getExpandedBullets()
            if expBullets is not None:
                for expBullet in expBullets:
                    category = expBullet.getValue()
                    values.append(category)