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:73–76 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
71
browser_class = webbrowser.GenericBrowser
72
73
def
test_open(self):
74
self._test(
'open'
,
75
options=[],
76
arguments=[URL])
77
78
79
class
BackgroundBrowserCommandTest(CommandTestMixin, unittest.TestCase):
Callers
nothing calls this directly
Calls
1
_test
Method · 0.45
Tested by
no test coverage detected