Live Game¶
griddy / nfl / models / entities / live_game**
live_game
¶
Classes¶
LiveGameTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.entities.live_game.LiveGameTypedDict[LiveGameTypedDict]
click griddy.nfl.models.entities.live_game.LiveGameTypedDict href "" "griddy.nfl.models.entities.live_game.LiveGameTypedDict"
Live game scoring and status information
LiveGame
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.entities.live_game.LiveGame[LiveGame]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.live_game.LiveGame
click griddy.nfl.models.entities.live_game.LiveGame href "" "griddy.nfl.models.entities.live_game.LiveGame"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Live game scoring and status information
Attributes¶
game_id
class-attribute
instance-attribute
¶
Game identifier
last_play
class-attribute
instance-attribute
¶
Description of last play
possession
class-attribute
instance-attribute
¶
Team abbreviation with current possession
red_zone
class-attribute
instance-attribute
¶
Whether team is in red zone
time_remaining
class-attribute
instance-attribute
¶
Time remaining in current period