Blame | Last modification | View Log | RSS feed
values = []expFeature = expSlide.getExpandedFeature(120005)if(expFeature):expBullets = expFeature.getExpandedBullets()if expBullets is not None:for expBullet in expBullets:screen_size = float(expBullet.getValue())values.append(('%.12g' % screen_size) + " Inch")