MicroPython stuff
This commit is contained in:
15
.vscode/Pico-W-Stub/uasyncio/event.pyi
vendored
Normal file
15
.vscode/Pico-W-Stub/uasyncio/event.pyi
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
from _typeshed import Incomplete as Incomplete
|
||||
|
||||
class ThreadSafeFlag:
|
||||
def set(self, *args, **kwargs) -> Incomplete: ...
|
||||
def ioctl(self, *args, **kwargs) -> Incomplete: ...
|
||||
def clear(self, *args, **kwargs) -> Incomplete: ...
|
||||
wait: Incomplete
|
||||
def __init__(self, *argv, **kwargs) -> None: ...
|
||||
|
||||
class Event:
|
||||
def set(self, *args, **kwargs) -> Incomplete: ...
|
||||
def is_set(self, *args, **kwargs) -> Incomplete: ...
|
||||
def clear(self, *args, **kwargs) -> Incomplete: ...
|
||||
wait: Incomplete
|
||||
def __init__(self, *argv, **kwargs) -> None: ...
|
||||
Reference in New Issue
Block a user