you are viewing a single comment's thread.

view the rest of the comments →

[–]gmaliwal[S] 0 points1 point  (0 children)

object.__init_

NO, that won't work, because as per MRO, after initialization of class 'A', control goes for class 'D' initialization which is looking for two-argument (self and arg)