Ejemplo n.º 1
0
 def __init__(self, gameDir):
     RDDBuilder.__init__(self, gameDir, 'boxscore.json')
Ejemplo n.º 2
0
 def __init__(self, gameDir):
     RDDBuilder.__init__(self, gameDir, 'game_events.json')
     if self.gameId is None:
         raise Exception("gameId cannot be None")
     self.events=[]
Ejemplo n.º 3
0
 def __init__(self, filename):
     RDDBuilder.__init__(self, filename, 'linescore.json')
Ejemplo n.º 4
0
 def __init__(self, gameDir):
     RDDBuilder.__init__(self, gameDir, 'players.xml')