Questions marquées «method-resolution-order»

125
Que fait «mro ()»?

Dans django.utils.functional.py: for t in type(res).mro(): # <----- this if t in self.__dispatch: return self.__dispatch[t][funcname](res, *args, **kw) Je ne comprends pas mro(). Que fait-il et que signifie