Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_open_with_autoraise_false
Method
test_open_with_autoraise_false
Lib/test/test_webbrowser.py:304–305 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
302
self._test(
'open'
)
303
304
def
test_open_with_autoraise_false(self):
305
self._test(
'open'
, autoraise=False)
306
307
def
test_open_new(self):
308
self._test(
'open_new'
)
Callers
nothing calls this directly
Calls
1
_test
Method · 0.95
Tested by
no test coverage detected