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

Class CourseSOLVRankingFormatter

source code

          object --+            
                   |            
   AbstractFormatter --+        
                       |        
AbstractRankingFormatter --+    
                           |    
AbstractSOLVRankingFormatter --+
                               |
                              CourseSOLVRankingFormatter

Formatting a course ranking to be uploaded to the SOLV website Format: Rank;Name;Firstname;YearOfBirth;SexMF;FedNr;Zip;Town;Club;NationIOF;Start Nr;eCardNr;RunTime;StartTime;FinishTime;CtrlCode;SplitTime

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)