DEBSOURCES
Skip Quicknav
sources / python-uvicorn / 0.38.0-1 / tests / custom_loop_utils.py
1234567
from __future__ import annotations import asyncio class CustomLoop(asyncio.SelectorEventLoop): pass