Files
PiDoorbell/.vscode/Pico-W-Stub/uasyncio/lock.pyi
Ádám Kovács db76621806 Project v1
2023-11-02 16:02:16 +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: ...