Komentář k typu
This commit is contained in:
parent
1a4a88846e
commit
907710f40b
1 changed files with 2 additions and 1 deletions
|
@ -161,7 +161,8 @@ class VysledkovkaRocniku(Vysledkovka):
|
|||
return self.rocnik.cisla.all().order_by('poradi')
|
||||
|
||||
@cached_property
|
||||
def body_za_cisla_slovnik(self) -> dict[int, dict[int, int]]:
|
||||
def body_za_cisla_slovnik(self) -> dict[int, dict[int, int]]: # Výstup: m.Cislo.id → ( m.Resitel.id → body )
|
||||
# TODO: Body jsou decimal!
|
||||
body_cisla_slovnik = dict()
|
||||
for cislo in self.cisla_rocniku:
|
||||
# získáme body za číslo
|
||||
|
|
Loading…
Reference in a new issue