Home | Trees | Indices | Help |
|
---|
|
object --+ | Play
Play represents a single play. It contains a list of all players that participated in the play (including offense, defense and special teams). The play also includes meta information about what down it is, field position, clock time, etc.
Play objects also contain team-level statistics, such as whether the play was a first down, a fourth down failure, etc.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
We use the play description to determine equality because the play description can be changed. (Like when a play is reversed.) |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 18 18:09:30 2012 | http://epydoc.sourceforge.net |