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:
@@ -149,7 +149,14 @@ class OpenERPSession(sessions.Session):
|
||||
def get_action(self, key: int): ...
|
||||
|
||||
def session_gc(session_store: sessions.FilesystemSessionStore) -> None: ...
|
||||
def make_request_wrap_methods(attr) -> tuple[Callable, Callable]: ...
|
||||
|
||||
class HTTPRequest:
|
||||
environ: dict
|
||||
def __init__(self, environ: dict) -> None: ...
|
||||
def __enter__(self) -> HTTPRequest: ...
|
||||
|
||||
HTTPREQUEST_ATTRIBUTES: list[str]
|
||||
ODOO_DISABLE_SESSION_GC: bool
|
||||
|
||||
class Response(werkzeug.Response):
|
||||
|
||||
Reference in New Issue
Block a user