Skip to content

Box Score Class

Christian Wendt edited this page Sep 29, 2022 · 5 revisions

Documentation of all variables for Box Score Class

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

Variables

home_team: Team
home_score: int
home_projected: int
away_team: Team
away_score: int
away_projected: int
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