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