Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Python
/
asyncio
Where should code catch the TimeoutError produced by asyncio.timeout()?
from asyncio
Python 3.14
intermediate
1 min
Where should code catch the TimeoutError produced by asyncio.timeout()?
Outside the async with block
Only inside the protected coroutine
Inside a callback registered with call_soon()
Check
Ask AI about this kata
Report an error
previous kata
What normally happens when one child in an active TaskGroup raises ValueError?
Quiz
A new version is available
Reload