4
Що робить "mro ()"?
В django.utils.functional.py: for t in type(res).mro(): # <----- this if t in self.__dispatch: return self.__dispatch[t][funcname](res, *args, **kw) Я не розумію mro(). Що це робить і що означає "мро"?