Project v1

This commit is contained in:
Ádám Kovács
2023-11-02 16:02:16 +01:00
parent 70e8d2d79a
commit db76621806
171 changed files with 23617 additions and 0 deletions

7
.vscode/Pico-W-Stub/uasyncio/lock.pyi vendored Normal file
View 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: ...