Package bosco :: Module ranking :: Class RelayRanking
[hide private]
[frames] | no frames]

Class RelayRanking

source code

object --+    
         |    
   Ranking --+
             |
            RelayRanking

Instance Methods [hide private]
 
update(self)
Update the ranking.
source code

Inherited from Ranking: __getitem__, __init__, __iter__, completed_count, info, member_count, rank, score

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

update(self)

source code 

Update the ranking. Rankings are not updated automatically.

Overrides: Ranking.update
(inherited documentation)