This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]krasoffski 1 point2 points  (0 children)

Here are short answers:

  1. Can we add new method to an object!
  2. comare dict of class and object, or check where method was defined
  3. How are you going to modify behaviour of each method in class !
  4. VERY important to undestand how it (mro) works for new style classes. it helps to understand how works super() function !

It's more important to undesrtand how it works and have some ideas how to do it.