Zobalarm
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Type annotations
CompletedWhy 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]], ...