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 has been archived by the owner on Jun 17, 2023. It is now read-only.
Trying to use with_init in both a base class and a derived class fails. It appears that the generated base class' __init__ is getting called twice. It looks like this is due to a confusion with both classes trying to control __original_init__.
Trying to use
with_init
in both a base class and a derived class fails. It appears that the generated base class'__init__
is getting called twice. It looks like this is due to a confusion with both classes trying to control__original_init__
.fails with
The text was updated successfully, but these errors were encountered: