MicroPython stuff
This commit is contained in:
7
.vscode/Pico-W-Stub/uasyncio/lock.pyi
vendored
Normal file
7
.vscode/Pico-W-Stub/uasyncio/lock.pyi
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
from _typeshed import Incomplete as Incomplete
|
||||
|
||||
class Lock:
|
||||
def locked(self, *args, **kwargs) -> Incomplete: ...
|
||||
def release(self, *args, **kwargs) -> Incomplete: ...
|
||||
acquire: Incomplete
|
||||
def __init__(self, *argv, **kwargs) -> None: ...
|
||||
Reference in New Issue
Block a user