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:
@@ -128,6 +128,15 @@ class ChromeBrowserException(Exception): ...
|
||||
|
||||
def fmap(future, map_fun): ...
|
||||
def fchain(future, next_callback): ...
|
||||
def save_test_file(
|
||||
test_name: str,
|
||||
content,
|
||||
prefix: str,
|
||||
extension: str = ...,
|
||||
logger=...,
|
||||
document_type: str = ...,
|
||||
date_format: str = ...
|
||||
) -> None: ...
|
||||
|
||||
class ChromeBrowser:
|
||||
remote_debugging_port: int
|
||||
|
||||
Reference in New Issue
Block a user