Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Sebastian Stern
Follow
New posts
New posts and comments
Total activity
14
Last activity
February 18, 2021 11:07
Member since
October 28, 2020 07:55
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
5
Activity overview
Posts (5)
Comments (1)
Sort by recent activity
Recent activity
Votes
Edited
January 07, 2021 10:21
Hi, while simplifying the example I noticed that's an error on my end. Instead of using Rule = type(Union[int, str, List[int], List[List[int]]]) I should've used it without type() instead: Rule = U...
Community
PyCharm
Unnecessary warning: int doesn't have expected attribute __getitem__
0 votes