Skip to content

Team Class Basketball

Christian Wendt edited this page Oct 26, 2023 · 6 revisions

Documentation of all variables for Team Class

Variables

Check out Player Class!

team_id: int
team_abbrev: str
team_name: str
division_id: str
division_name: str
wins: int
losses: int
ties: int
owners: List[str] # array of owner ids
standing: int # standing before playoffs
final_standing: int # final standing at end of season
logo_url: str
roster: List[Player]
schedule: List[Matchup]