Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_open_new
Method
test_open_new
Lib/test/test_webbrowser.py:103–106 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
101
arguments=[URL])
102
103
def
test_open_new(self):
104
self._test(
'open_new'
,
105
options=[
'--new-window'
],
106
arguments=[URL])
107
108
def
test_open_new_tab(self):
109
self._test(
'open_new_tab'
,
Callers
nothing calls this directly
Calls
1
_test
Method · 0.45
Tested by
no test coverage detected