Skip to content
Jangwon edited this page May 8, 2018 · 2 revisions

MRO(Method Resolution Order)

  • Python의 클래스 탐색순서는 MRO를 따른다.
    • Class.mro를 통해 확인 가능
  • MRO가 꼬이도록 클래스를 설계할 수는 없다.
    • TypeError:Cannot create a consistent method resolution order(MRO)

React

Aiden

Zoe

Gini

Clone this wiki locally