You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
Thanks for reporting this! I took a quick look at this but wasn't able to figure out the exact problem. I suspect it'll be a pretty simple fix once it's clear exactly what's happening.
For the given code:
super(A, self)
<super: <class 'A'>, <A object>>
<super object at 0xc4203b8d80>
super(A, self).__init__
<method-wrapper '__init__' of A object at 0x1024d1110>
<bound method super.__init__ of <super object at 0xc4203b8e10>>
super(A, self).__init__(arg)
(1, 2, 3)
TypeError: '__init__' requires 2 arguments
The text was updated successfully, but these errors were encountered: