bar():
what should I put inside bar() so that it will inherit the methods of the class foo?
is that some kind of class closures? whats the use of it
Pretty sure you can't inherit a class that hasn't been fully created yet.
Unless you mess with MRO somehow
Обсуждают сегодня