Skip to content

Commit 12a0f4e

Browse files
authored
[webbrowser] Add register_standard_browsers (#16161)
1 parent 79859b3 commit 12a0f4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stdlib/webbrowser.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def get(using: str | None = None) -> BaseBrowser: ...
1515
def open(url: str, new: int = 0, autoraise: bool = True) -> bool: ...
1616
def open_new(url: str) -> bool: ...
1717
def open_new_tab(url: str) -> bool: ...
18+
def register_standard_browsers() -> None: ...
1819

1920
class BaseBrowser:
2021
args: list[str]

0 commit comments

Comments
 (0)