Tamir Hen
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Tamir Hen created a post, "with" code block in python don't recognise the "as" variable type
I use Python 11 with Intellij Ultimate and I have the following code:async def get_all_user_tabs(user_id: str) -> list[Tab]: """Get all the tabs of a user.""" async with get_db_session() as...