Package bosco :: Module formatter :: Class RelayCategorySOLVRankingFormatter
[hide private]
[frames] | no frames]

Class RelayCategorySOLVRankingFormatter

source code

          object --+            
                   |            
   AbstractFormatter --+        
                       |        
AbstractRankingFormatter --+    
                           |    
AbstractSOLVRankingFormatter --+
                               |
                              RelayCategorySOLVRankingFormatter

As there is no real documenation for the SOLV ranking format this is modeled after the file for "Osterstaffel 2012" made with ORWare.

Instance Methods [hide private]
 
__str__(self)
Returns: Formatted Ranking
source code

Inherited from AbstractSOLVRankingFormatter: __init__

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

Class Variables [hide private]

Inherited from AbstractSOLVRankingFormatter: validation_codes

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 

str(x)

Returns:
Formatted Ranking
Overrides: object.__str__
(inherited documentation)