Project v1
This commit is contained in:
13
.vscode/Pico-W-Stub/asyncio/funcs.pyi
vendored
Normal file
13
.vscode/Pico-W-Stub/asyncio/funcs.pyi
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
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]: ...
|
||||
Reference in New Issue
Block a user