Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_open
Method
test_open
Lib/test/test_webbrowser.py:63–66 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
browser_class = webbrowser.GenericBrowser
62
63
def
test_open(self):
64
self._test(
'open'
,
65
options=[],
66
arguments=[URL])
67
68
69
class
BackgroundBrowserCommandTest(CommandTestMixin, unittest.TestCase):
Callers
nothing calls this directly
Calls
1
_test
Method · 0.45
Tested by
no test coverage detected