MicroPython stuff
This commit is contained in:
11
.vscode/Pico-W-Stub/_asyncio.pyi
vendored
Normal file
11
.vscode/Pico-W-Stub/_asyncio.pyi
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
from _typeshed import Incomplete as Incomplete
|
||||
|
||||
class TaskQueue:
|
||||
def push(self, *args, **kwargs) -> Incomplete: ...
|
||||
def peek(self, *args, **kwargs) -> Incomplete: ...
|
||||
def remove(self, *args, **kwargs) -> Incomplete: ...
|
||||
def pop(self, *args, **kwargs) -> Incomplete: ...
|
||||
def __init__(self, *argv, **kwargs) -> None: ...
|
||||
|
||||
class Task:
|
||||
def __init__(self, *argv, **kwargs) -> None: ...
|
||||
Reference in New Issue
Block a user