Files
PiTemperatureSensor/.vscode/Pico-W-Stub/uasyncio/lock.pyi
2023-11-10 15:09:19 +01:00

8 lines
252 B
Python

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: ...