DEBSOURCES
Skip Quicknav
sources / python-aiounittest / 1.4.2-3 / tests / dummy_math.py
123456
from asyncio import sleep async def add(x, y): await sleep(666) return x + y