Add MicroPython generated files to gitignore
This commit is contained in:
6
.vscode/Pico-W-Stub/aioble/device.pyi
vendored
6
.vscode/Pico-W-Stub/aioble/device.pyi
vendored
@@ -15,7 +15,9 @@ class DeviceTimeout:
|
||||
def __init__(self, connection, timeout_ms) -> None: ...
|
||||
async def _timeout_sleep(self) -> None: ...
|
||||
def __enter__(self) -> None: ...
|
||||
def __exit__(self, exc_type, exc_val, exc_traceback) -> None: ...
|
||||
def __exit__(
|
||||
self, exc_type: type[BaseException] | None, exc_val: BaseException | None, exc_traceback: types.TracebackType | None
|
||||
) -> None: ...
|
||||
|
||||
class Device:
|
||||
addr_type: Incomplete
|
||||
@@ -24,7 +26,7 @@ class Device:
|
||||
def __init__(self, addr_type, addr) -> None: ...
|
||||
def __eq__(self, rhs): ...
|
||||
def __hash__(self): ...
|
||||
def __str__(self): ...
|
||||
def __str__(self) -> str: ...
|
||||
def addr_hex(self): ...
|
||||
async def connect(self, timeout_ms: int = ...): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user