Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_open
Method
test_open
Lib/test/test_webbrowser.py:127–130 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
125
browser_class = webbrowser.Edge
126
127
def
test_open(self):
128
self._test(
'open'
,
129
options=[],
130
arguments=[URL])
131
132
def
test_open_with_autoraise_false(self):
133
self._test(
'open'
, kw=dict(autoraise=False),
Callers
nothing calls this directly
Calls
1
_test
Method · 0.45
Tested by
no test coverage detected