Steiner Philipp
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Improved Inference of List Element Types
AnsweredIntelliJ's Python plugin correctly identifies the type of a list variable that contains elements of a custom class (e.g., if i havemy_list: list[MyObject] = [myObject1, myObject2]and hover above my...