4
Co robi „mro ()”?
W django.utils.functional.py: for t in type(res).mro(): # <----- this if t in self.__dispatch: return self.__dispatch[t][funcname](res, *args, **kw) Nie rozumiem mro(). Co to robi i co oznacza „mro”?