leaguemanager.schema.matchup¶
Module Contents¶
Classes¶
Represents a matchup between two teams in a league. |
API¶
- class leaguemanager.schema.matchup.Matchup¶
Represents a matchup between two teams in a league.
Attributes: home_team (Team): The home team in the matchup. away_team (Team): The away team in the matchup. phase_id (int): The phase id of the matchup. venue_number (int): The venue number for the matchup. game_time (GameTime): The scheduled game time for the matchup, if available.
- home_team: leaguemanager.models.Team¶
None
- away_team: leaguemanager.models.Team¶
None
- phase_id: int¶
‘field(…)’
- venue_number: int¶
‘field(…)’
- game_time: leaguemanager.schema.safe_date.GameTime | None¶
‘field(…)’