-
- Downloads
api: kind of fix for the SWHRemoteAPI's contructor
- ensure we do accept **kwargs so any super().__init__(**kwargs) from an unexpected MRO path in an indecent maze of multi-inheritance will not crash - do not call super().__init__(); it is either useless (most probably, super() is object in this context) or silently ignore passed kwargs that super() (when it's not object) may have been able to understand... Long story short, kwargs handling in multi-inheritance __init__ methods is a mess.
parent
5299aa75
No related branches found
No related tags found
Please register or sign in to comment