Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

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