Package bosco :: Module runner :: Class AbstractRunner
[hide private]
[frames] | no frames]

Class AbstractRunner

source code

              object --+
                       |
ranking.RankableItem --+
                       |
                      AbstractRunner

Base class for all runner like classes (runners, teams). This class defines the interface for all objects that work with any kind of runners or teams.

Instance Methods [hide private]

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

Inherited from ranking.RankableItem: complete, finish, start

Inherited from ranking.RankableItem (private): _get_complete

Class Variables [hide private]
  name = None
  number = None
  official = None
  sicards = None
Properties [hide private]

Inherited from object: __class__