There was an error while loading. Please reload this page.
register_standard_browsers
1 parent 79859b3 commit 12a0f4eCopy full SHA for 12a0f4e
1 file changed
stdlib/webbrowser.pyi
@@ -15,6 +15,7 @@ def get(using: str | None = None) -> BaseBrowser: ...
15
def open(url: str, new: int = 0, autoraise: bool = True) -> bool: ...
16
def open_new(url: str) -> bool: ...
17
def open_new_tab(url: str) -> bool: ...
18
+def register_standard_browsers() -> None: ...
19
20
class BaseBrowser:
21
args: list[str]
0 commit comments