Everytimeibill18

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Everytimeibill18 created a post, Pycharm 2022.2.2 Raising AttributeError with user defined classes and not recognizing attributes in __init__
Hi all. I've noticed an issue recently when trying to create user-defined classes in Pycharm 2022.2.2. Say you have the following simple class. class A: def __init__(self, name): self.name...