-
Notifications
You must be signed in to change notification settings - Fork 225
Box Score Class
Christian Wendt edited this page Jul 6, 2022
·
5 revisions
Holds information for a weeks box score.
Also see Box Player Class!
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]
is_playoff: bool
matchup_type: str # values NONE (regular game) WINNERS_BRACKET LOSERS_CONSOLATION_LADDER WINNERS_CONSOLATION_LADDER