Package nflgame :: Module seq :: Class GenPlays
[frames] | no frames]

Class GenPlays

source code

object --+    
         |    
       Gen --+
             |
            GenPlays

GenPlays implements a sequence type and provides a convenient API for searching plays.

Instance Methods
 
players(self)
Returns the combined player stats for every play in the sequence.
source code

Inherited from Gen: __init__, __iter__, __reversed__, __str__, filter, limit, sort

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties

Inherited from object: __class__