Example #1
0
 def style_dance_components(self):
     return tools.floatVal(self._style_dance_components)
Example #2
0
 def free_dance_components(self):
     return tools.floatVal(self._free_dance_components)
Example #3
0
 def long_components(self):
     return tools.floatVal(self._long_components)
Example #4
0
 def compulsory_components(self):
     return tools.floatVal(self._compulsory_components)
Example #5
0
 def free_dance(self):
     return tools.floatVal(self._free_dance)
Example #6
0
 def short_components(self):
     return tools.floatVal(self._short_components)
Example #7
0
 def compulsory2(self):
     return tools.floatVal(self._compulsory2)
Example #8
0
 def style_dance(self):
     return tools.floatVal(self._style_dance)
Example #9
0
 def short(self):
     return tools.floatVal(self._short)
Example #10
0
 def long(self):
     return tools.floatVal(self._long)
Example #11
0
 def style_dance_score(self, value):
     self._style_dance_score = tools.floatVal(value)
Example #12
0
 def compulsory_score(self, value):
     self._compulsory_score = tools.floatVal(value)
Example #13
0
 def long_score(self, value):
     self._long_score = tools.floatVal(value)
Example #14
0
 def short_score(self, value):
     self._short_score = tools.floatVal(value)
Example #15
0
 def free_dance_score(self, value):
     self._free_dance_score = tools.floatVal(value)