コード例 #1
0
 def style_dance_components(self):
     return tools.floatVal(self._style_dance_components)
コード例 #2
0
 def free_dance_components(self):
     return tools.floatVal(self._free_dance_components)
コード例 #3
0
 def long_components(self):
     return tools.floatVal(self._long_components)
コード例 #4
0
 def compulsory_components(self):
     return tools.floatVal(self._compulsory_components)
コード例 #5
0
 def free_dance(self):
     return tools.floatVal(self._free_dance)
コード例 #6
0
 def short_components(self):
     return tools.floatVal(self._short_components)
コード例 #7
0
 def compulsory2(self):
     return tools.floatVal(self._compulsory2)
コード例 #8
0
 def style_dance(self):
     return tools.floatVal(self._style_dance)
コード例 #9
0
 def short(self):
     return tools.floatVal(self._short)
コード例 #10
0
 def long(self):
     return tools.floatVal(self._long)
コード例 #11
0
ファイル: skater.py プロジェクト: Guillaume35/rollartBV
 def style_dance_score(self, value):
     self._style_dance_score = tools.floatVal(value)
コード例 #12
0
ファイル: skater.py プロジェクト: Guillaume35/rollartBV
 def compulsory_score(self, value):
     self._compulsory_score = tools.floatVal(value)
コード例 #13
0
ファイル: skater.py プロジェクト: Guillaume35/rollartBV
 def long_score(self, value):
     self._long_score = tools.floatVal(value)
コード例 #14
0
ファイル: skater.py プロジェクト: Guillaume35/rollartBV
 def short_score(self, value):
     self._short_score = tools.floatVal(value)
コード例 #15
0
ファイル: skater.py プロジェクト: Guillaume35/rollartBV
 def free_dance_score(self, value):
     self._free_dance_score = tools.floatVal(value)