Idle947
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Idle947 created a post, False Warning: "Unexpected argument" when using python multiple inheritance.
Hello. My Pycharm version is 2021.1.3 An "Unexpected argument" warning occurs during Python multiple inheritance usage. Is this Pycharm error? class TestParentClass(object): def __init__(self, *...