Skip to content

Box Score Class Basketball

Christian Wendt edited this page Feb 10, 2021 · 2 revisions

Documentation of all variables for Box Score Class

Holds information for a weeks box score.
Also see Box Player Class!

Variables

winner: string # HOME or AWAY
home_team: Team
home_score: int
home_projected: int # if it is not the current week this will be -1
away_team: Team
away_score: int
away_projected: int # if it is not the current week this will be -1
home_lineup: List[BoxPlayer]
away_lineup: List[BoxPlayer]