4
¿Qué hace "mro ()"?
En django.utils.functional.py: for t in type(res).mro(): # <----- this if t in self.__dispatch: return self.__dispatch[t][funcname](res, *args, **kw) No entiendo mro(). ¿Qué hace y qué significa "mro"?