This commit is contained in:
Trinh Anh Ngoc
2019-12-10 09:34:27 +07:00
parent b3b01e2b7b
commit 2dbfd81251

View File

@@ -49,7 +49,6 @@ class WebRequest:
@property
def session(self) -> OpenERPSession: ...
def __enter__(self): ...
uid: Any = ...
def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: ...
def set_handler(self, endpoint: Any, arguments: Any, auth: Any) -> None: ...
@property