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