示例#1
0
 def agilityresultat(self):
     return combine_results([m.agilityresultat() for m in self.members.all()])
示例#2
0
 def hoppresultat(self):
     return combine_results([m.hoppresultat() for m in self.members.all()])