コード例 #1
0
 def parse(cls, player_type, game, id):
     return spp.parse1(cls, player_type, game, id, spp.parse_float)
コード例 #2
0
 def parse(cls, player_type, game, id):
     return spp.parse1(cls, player_type, game, id, spp.parse_integers)