Perguntas com a marcação «method-resolution-order»

125
O que "mro ()" faz?

Em django.utils.functional.py: for t in type(res).mro(): # <----- this if t in self.__dispatch: return self.__dispatch[t][funcname](res, *args, **kw) Eu não entendo mro(). O que faz e o que significa