-
Notifications
You must be signed in to change notification settings - Fork 224
Box Player Class
Christian Wendt edited this page Dec 5, 2023
·
6 revisions
This class inherits from the Player Class and holds more specific information of the player at the current time.
You can access all the variables from the Player Class.
slot_position: str # the players lineup position
points: int # points scored in the current week
projected_points: int # projected points for that week
pro_opponent: str # the pro team the player is going against
pro_pos_rank: int # the rank the pro team is against that players position
game_played: int # 0 (not played/playing) or 100 (finished game)
game_date: datetime # datetime object of when the pro game starts
on_bye_week: boolean # whether or not the player is on a bye
active_status: str # whether the player was active or not