Package nflgame :: Module player
[frames] | no frames]

Module player

source code

Classes
  Players
Players implements a sequence type and provides a convenient API for searching sets of players.
  Player
Player represents a single player and all of his statistical categories for a single game.
Variables
  categories = ('passing', 'rushing', 'receiving', 'fumbles', 'k...
categories is a list of all individual statistical categories reported by NFL's GameCenter.
  __package__ = 'nflgame'
Variables Details

categories

categories is a list of all individual statistical categories reported by NFL's GameCenter.

Value:
('passing',
 'rushing',
 'receiving',
 'fumbles',
 'kicking',
 'punting',
 'kickret',
 'puntret',
...