Event class for the 24h orientieering relay.
|
__init__(self,
starttime_24h,
starttime_12h,
speed,
header={},
duration_24h=timedelta(hours=24),
duration_12h=timedelta(hours=12),
extra_rankings=[],
template_dir='templates',
print_template='24h.tex',
html_template='24h.html',
cache=None,
store=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
score(self,
obj,
scoreing_class=None,
args=None)
Get the score of an object |
source code
|
|
Inherited from Event :
clear_cache ,
format_ranking ,
list_categories ,
list_courses ,
list_rankings ,
ranking ,
remove_cache
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|