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(). 그것은 무엇을하고 "mro"는 무엇을 의미합니까?