фшокке Только что узнал, что python обьекты могут на ходу менять класс.
(Post a new comment)
(Reply to this)(Thread)
sub class_switch { return bless %shit() => shift(); }
(Reply to this)(Parent)
def switch(self, newclass): self.__class__ = newclass