Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ Error
Class
Error
tools/python-3.11.9-amd64/Lib/webbrowser.py:15–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
__all__ = [
"Error"
,
"open"
,
"open_new"
,
"open_new_tab"
,
"get"
,
"register"
]
14
15
class
Error(Exception):
16
pass
17
18
_lock = threading.RLock()
19
_browsers = {}
# Dictionary of available browser controllers
Callers
2
get
Function · 0.70
open
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected