Project v1
This commit is contained in:
15
.vscode/Pico-W-Stub/webrepl.pyi
vendored
Normal file
15
.vscode/Pico-W-Stub/webrepl.pyi
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
from _typeshed import Incomplete
|
||||
|
||||
listen_s: Incomplete
|
||||
client_s: Incomplete
|
||||
DEBUG: int
|
||||
_DEFAULT_STATIC_HOST: Incomplete
|
||||
static_host = _DEFAULT_STATIC_HOST
|
||||
|
||||
def server_handshake(cl): ...
|
||||
def send_html(cl) -> None: ...
|
||||
def setup_conn(port, accept_handler): ...
|
||||
def accept_conn(listen_sock): ...
|
||||
def stop() -> None: ...
|
||||
def start(port: int = ..., password: Incomplete | None = ..., accept_handler=...) -> None: ...
|
||||
def start_foreground(port: int = ..., password: Incomplete | None = ...) -> None: ...
|
||||
Reference in New Issue
Block a user