Zobalarm

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

    Type annotations

    Why does pycharm get types wrong?I have a function declaration like thisP = ParamSpec("P") R = TypeVar("R", bound=PaginatedResponse) async def get_pages( func: Callable[P, Awaitable[R]], ...