Files
PiThermostat/.vscode/Pico-W-Stub/asyncio/funcs.pyi
Ádám Kovács 36638e2dd1 MicroPython stuff
2023-11-07 14:00:27 +01:00

14 lines
377 B
Python

from . import core as core
from _typeshed import Incomplete
from collections.abc import Generator
async def _run(waiter, aw) -> None: ...
async def wait_for(aw, timeout, sleep=...): ...
def wait_for_ms(aw, timeout): ...
class _Remove:
@staticmethod
def remove(t) -> None: ...
def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None, Incomplete]: ...