Home | Trees | Indices | Help |
|
---|
|
object --+ | Drive
Drive represents a single drive in an NFL game. It contains a list of all plays that happened in the drive, in chronological order. It also contains meta information about the drive such as the start and stop times and field position, length of possession, the number of first downs and a short descriptive string of the result of the drive.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Adds the statistics of two drives together. Note that once two drives are added, the following fields automatically get None values: result, field_start, field_end, time_start and time_end. |
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Aug 6 00:36:55 2013 | http://epydoc.sourceforge.net |