Steiner Philipp

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Steiner Philipp created a post,
    Answered

    Improved Inference of List Element Types

    IntelliJ'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...