Skip to content

Combine Events

griddy / nfl / models / entities / combine_events**

combine_events

Classes

HasDesignationTypedDict

Bases: TypedDict


              flowchart TD
              griddy.nfl.models.entities.combine_events.HasDesignationTypedDict[HasDesignationTypedDict]

              

              click griddy.nfl.models.entities.combine_events.HasDesignationTypedDict href "" "griddy.nfl.models.entities.combine_events.HasDesignationTypedDict"
            
Attributes
designation instance-attribute
designation: DesignationEnum

Whether the result is official/unofficial

HasDesignation

Bases: BaseModel


              flowchart TD
              griddy.nfl.models.entities.combine_events.HasDesignation[HasDesignation]
              griddy.nfl.types.basemodel.BaseModel[BaseModel]

                              griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.combine_events.HasDesignation
                


              click griddy.nfl.models.entities.combine_events.HasDesignation href "" "griddy.nfl.models.entities.combine_events.HasDesignation"
              click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
            
Attributes
designation instance-attribute
designation: DesignationEnum

Whether the result is official/unofficial

BenchPressTypedDict

Bases: HasDesignationTypedDict


              flowchart TD
              griddy.nfl.models.entities.combine_events.BenchPressTypedDict[BenchPressTypedDict]
              griddy.nfl.models.entities.combine_events.HasDesignationTypedDict[HasDesignationTypedDict]

                              griddy.nfl.models.entities.combine_events.HasDesignationTypedDict --> griddy.nfl.models.entities.combine_events.BenchPressTypedDict
                


              click griddy.nfl.models.entities.combine_events.BenchPressTypedDict href "" "griddy.nfl.models.entities.combine_events.BenchPressTypedDict"
              click griddy.nfl.models.entities.combine_events.HasDesignationTypedDict href "" "griddy.nfl.models.entities.combine_events.HasDesignationTypedDict"
            
Attributes
repetitions instance-attribute
repetitions: int

Bench press reps

BroadJumpTypedDict

Bases: HasDesignationTypedDict


              flowchart TD
              griddy.nfl.models.entities.combine_events.BroadJumpTypedDict[BroadJumpTypedDict]
              griddy.nfl.models.entities.combine_events.HasDesignationTypedDict[HasDesignationTypedDict]

                              griddy.nfl.models.entities.combine_events.HasDesignationTypedDict --> griddy.nfl.models.entities.combine_events.BroadJumpTypedDict
                


              click griddy.nfl.models.entities.combine_events.BroadJumpTypedDict href "" "griddy.nfl.models.entities.combine_events.BroadJumpTypedDict"
              click griddy.nfl.models.entities.combine_events.HasDesignationTypedDict href "" "griddy.nfl.models.entities.combine_events.HasDesignationTypedDict"
            
Attributes
inches instance-attribute
inches: int

Broad jump distance in inches

FortyYardDashTypedDict

Bases: HasDesignationTypedDict


              flowchart TD
              griddy.nfl.models.entities.combine_events.FortyYardDashTypedDict[FortyYardDashTypedDict]
              griddy.nfl.models.entities.combine_events.HasDesignationTypedDict[HasDesignationTypedDict]

                              griddy.nfl.models.entities.combine_events.HasDesignationTypedDict --> griddy.nfl.models.entities.combine_events.FortyYardDashTypedDict
                


              click griddy.nfl.models.entities.combine_events.FortyYardDashTypedDict href "" "griddy.nfl.models.entities.combine_events.FortyYardDashTypedDict"
              click griddy.nfl.models.entities.combine_events.HasDesignationTypedDict href "" "griddy.nfl.models.entities.combine_events.HasDesignationTypedDict"
            
Attributes
seconds instance-attribute
seconds: float

40 yard dash time

TenYardSplitTypedDict

Bases: HasDesignationTypedDict


              flowchart TD
              griddy.nfl.models.entities.combine_events.TenYardSplitTypedDict[TenYardSplitTypedDict]
              griddy.nfl.models.entities.combine_events.HasDesignationTypedDict[HasDesignationTypedDict]

                              griddy.nfl.models.entities.combine_events.HasDesignationTypedDict --> griddy.nfl.models.entities.combine_events.TenYardSplitTypedDict
                


              click griddy.nfl.models.entities.combine_events.TenYardSplitTypedDict href "" "griddy.nfl.models.entities.combine_events.TenYardSplitTypedDict"
              click griddy.nfl.models.entities.combine_events.HasDesignationTypedDict href "" "griddy.nfl.models.entities.combine_events.HasDesignationTypedDict"
            
Attributes
seconds instance-attribute
seconds: float

Split time

ThreeConeDrillTypedDict

Bases: HasDesignationTypedDict


              flowchart TD
              griddy.nfl.models.entities.combine_events.ThreeConeDrillTypedDict[ThreeConeDrillTypedDict]
              griddy.nfl.models.entities.combine_events.HasDesignationTypedDict[HasDesignationTypedDict]

                              griddy.nfl.models.entities.combine_events.HasDesignationTypedDict --> griddy.nfl.models.entities.combine_events.ThreeConeDrillTypedDict
                


              click griddy.nfl.models.entities.combine_events.ThreeConeDrillTypedDict href "" "griddy.nfl.models.entities.combine_events.ThreeConeDrillTypedDict"
              click griddy.nfl.models.entities.combine_events.HasDesignationTypedDict href "" "griddy.nfl.models.entities.combine_events.HasDesignationTypedDict"
            
Attributes
seconds instance-attribute
seconds: float

Three cone drill time

TwentyYardShuffleTypedDict

Bases: HasDesignationTypedDict


              flowchart TD
              griddy.nfl.models.entities.combine_events.TwentyYardShuffleTypedDict[TwentyYardShuffleTypedDict]
              griddy.nfl.models.entities.combine_events.HasDesignationTypedDict[HasDesignationTypedDict]

                              griddy.nfl.models.entities.combine_events.HasDesignationTypedDict --> griddy.nfl.models.entities.combine_events.TwentyYardShuffleTypedDict
                


              click griddy.nfl.models.entities.combine_events.TwentyYardShuffleTypedDict href "" "griddy.nfl.models.entities.combine_events.TwentyYardShuffleTypedDict"
              click griddy.nfl.models.entities.combine_events.HasDesignationTypedDict href "" "griddy.nfl.models.entities.combine_events.HasDesignationTypedDict"
            
Attributes
seconds instance-attribute
seconds: float

Twenty yard shuffle time

VerticalJumpTypedDict

Bases: HasDesignationTypedDict


              flowchart TD
              griddy.nfl.models.entities.combine_events.VerticalJumpTypedDict[VerticalJumpTypedDict]
              griddy.nfl.models.entities.combine_events.HasDesignationTypedDict[HasDesignationTypedDict]

                              griddy.nfl.models.entities.combine_events.HasDesignationTypedDict --> griddy.nfl.models.entities.combine_events.VerticalJumpTypedDict
                


              click griddy.nfl.models.entities.combine_events.VerticalJumpTypedDict href "" "griddy.nfl.models.entities.combine_events.VerticalJumpTypedDict"
              click griddy.nfl.models.entities.combine_events.HasDesignationTypedDict href "" "griddy.nfl.models.entities.combine_events.HasDesignationTypedDict"
            
Attributes
inches instance-attribute
inches: float

Vertical jump height

BenchPress

Bases: HasDesignation


              flowchart TD
              griddy.nfl.models.entities.combine_events.BenchPress[BenchPress]
              griddy.nfl.models.entities.combine_events.HasDesignation[HasDesignation]
              griddy.nfl.types.basemodel.BaseModel[BaseModel]

                              griddy.nfl.models.entities.combine_events.HasDesignation --> griddy.nfl.models.entities.combine_events.BenchPress
                                griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.combine_events.HasDesignation
                



              click griddy.nfl.models.entities.combine_events.BenchPress href "" "griddy.nfl.models.entities.combine_events.BenchPress"
              click griddy.nfl.models.entities.combine_events.HasDesignation href "" "griddy.nfl.models.entities.combine_events.HasDesignation"
              click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
            
Attributes
repetitions instance-attribute
repetitions: int

Bench press reps

BroadJump

Bases: HasDesignation


              flowchart TD
              griddy.nfl.models.entities.combine_events.BroadJump[BroadJump]
              griddy.nfl.models.entities.combine_events.HasDesignation[HasDesignation]
              griddy.nfl.types.basemodel.BaseModel[BaseModel]

                              griddy.nfl.models.entities.combine_events.HasDesignation --> griddy.nfl.models.entities.combine_events.BroadJump
                                griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.combine_events.HasDesignation
                



              click griddy.nfl.models.entities.combine_events.BroadJump href "" "griddy.nfl.models.entities.combine_events.BroadJump"
              click griddy.nfl.models.entities.combine_events.HasDesignation href "" "griddy.nfl.models.entities.combine_events.HasDesignation"
              click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
            
Attributes
inches instance-attribute
inches: int

Broad jump distance in inches

FortyYardDash

Bases: HasDesignation


              flowchart TD
              griddy.nfl.models.entities.combine_events.FortyYardDash[FortyYardDash]
              griddy.nfl.models.entities.combine_events.HasDesignation[HasDesignation]
              griddy.nfl.types.basemodel.BaseModel[BaseModel]

                              griddy.nfl.models.entities.combine_events.HasDesignation --> griddy.nfl.models.entities.combine_events.FortyYardDash
                                griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.combine_events.HasDesignation
                



              click griddy.nfl.models.entities.combine_events.FortyYardDash href "" "griddy.nfl.models.entities.combine_events.FortyYardDash"
              click griddy.nfl.models.entities.combine_events.HasDesignation href "" "griddy.nfl.models.entities.combine_events.HasDesignation"
              click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
            
Attributes
seconds instance-attribute
seconds: float

40 yard dash time

TenYardSplit

Bases: HasDesignation


              flowchart TD
              griddy.nfl.models.entities.combine_events.TenYardSplit[TenYardSplit]
              griddy.nfl.models.entities.combine_events.HasDesignation[HasDesignation]
              griddy.nfl.types.basemodel.BaseModel[BaseModel]

                              griddy.nfl.models.entities.combine_events.HasDesignation --> griddy.nfl.models.entities.combine_events.TenYardSplit
                                griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.combine_events.HasDesignation
                



              click griddy.nfl.models.entities.combine_events.TenYardSplit href "" "griddy.nfl.models.entities.combine_events.TenYardSplit"
              click griddy.nfl.models.entities.combine_events.HasDesignation href "" "griddy.nfl.models.entities.combine_events.HasDesignation"
              click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
            
Attributes
seconds instance-attribute
seconds: float

Split time

ThreeConeDrill

Bases: HasDesignation


              flowchart TD
              griddy.nfl.models.entities.combine_events.ThreeConeDrill[ThreeConeDrill]
              griddy.nfl.models.entities.combine_events.HasDesignation[HasDesignation]
              griddy.nfl.types.basemodel.BaseModel[BaseModel]

                              griddy.nfl.models.entities.combine_events.HasDesignation --> griddy.nfl.models.entities.combine_events.ThreeConeDrill
                                griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.combine_events.HasDesignation
                



              click griddy.nfl.models.entities.combine_events.ThreeConeDrill href "" "griddy.nfl.models.entities.combine_events.ThreeConeDrill"
              click griddy.nfl.models.entities.combine_events.HasDesignation href "" "griddy.nfl.models.entities.combine_events.HasDesignation"
              click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
            
Attributes
seconds instance-attribute
seconds: float

Three cone drill time

TwentyYardShuffle

Bases: HasDesignation


              flowchart TD
              griddy.nfl.models.entities.combine_events.TwentyYardShuffle[TwentyYardShuffle]
              griddy.nfl.models.entities.combine_events.HasDesignation[HasDesignation]
              griddy.nfl.types.basemodel.BaseModel[BaseModel]

                              griddy.nfl.models.entities.combine_events.HasDesignation --> griddy.nfl.models.entities.combine_events.TwentyYardShuffle
                                griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.combine_events.HasDesignation
                



              click griddy.nfl.models.entities.combine_events.TwentyYardShuffle href "" "griddy.nfl.models.entities.combine_events.TwentyYardShuffle"
              click griddy.nfl.models.entities.combine_events.HasDesignation href "" "griddy.nfl.models.entities.combine_events.HasDesignation"
              click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
            
Attributes
seconds instance-attribute
seconds: float

Twenty yard shuffle time

VerticalJump

Bases: HasDesignation


              flowchart TD
              griddy.nfl.models.entities.combine_events.VerticalJump[VerticalJump]
              griddy.nfl.models.entities.combine_events.HasDesignation[HasDesignation]
              griddy.nfl.types.basemodel.BaseModel[BaseModel]

                              griddy.nfl.models.entities.combine_events.HasDesignation --> griddy.nfl.models.entities.combine_events.VerticalJump
                                griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.combine_events.HasDesignation
                



              click griddy.nfl.models.entities.combine_events.VerticalJump href "" "griddy.nfl.models.entities.combine_events.VerticalJump"
              click griddy.nfl.models.entities.combine_events.HasDesignation href "" "griddy.nfl.models.entities.combine_events.HasDesignation"
              click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
            
Attributes
inches instance-attribute
inches: float

Vertical jump height