Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_open_new_tab
Method
test_open_new_tab
Lib/test/test_webbrowser.py:310–311 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
308
self._test(
'open_new'
)
309
310
def
test_open_new_tab(self):
311
self._test(
'open_new_tab'
)
312
313
314
class
MockPopenPipe:
Callers
nothing calls this directly
Calls
1
_test
Method · 0.95
Tested by
no test coverage detected