mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update stubs
This commit is contained in:
@@ -37,7 +37,7 @@ class ThreadedWSGIServerReloadable(LoggingBaseWSGIServerMixIn, werkzeug.serving.
|
||||
max_http_threads: Any
|
||||
http_threads_sem: Semaphore
|
||||
daemon_threads: bool
|
||||
def __init__(self, host: str, port: str, app) -> None: ...
|
||||
def __init__(self, host: str, port: int, app) -> None: ...
|
||||
reload_socket: bool
|
||||
socket: socket_
|
||||
def server_bind(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user