Claude
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Claude created a post, PyCharm inspection for assignment to undefined attributes
I know PyCharm detects unresolved references when reading undefined attributes, but I'd like to catch cases where I'm assigning to attributes that don't exist (typos). Is there a setting or inspect...