Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4271 varun.gupt 1
values = []
2
 
3
expFeatures = expSlide.getExpandedFeatures()
4
 
5
if expFeatures is not None:
6
    for expFeature in expFeatures:
7
        print expFeature.getFeatureDefinition().getID()
8
        if expFeature.getFeatureDefinition().getID() == 120160:
9
            expBullets = expFeature.getExpandedBullets()
10
            if expBullets is not None:
11
                for expBullet in expBullets:
12
                    values.append(str(expBullet.getValue()))