4
Cosa fa "mro ()"?
In django.utils.functional.py: for t in type(res).mro(): # <----- this if t in self.__dispatch: return self.__dispatch[t][funcname](res, *args, **kw) Non capisco mro(). Cosa fa e cosa significa "mro"?