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:291–292 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
289
)
290
291
def
test_open(self):
292
self._test(
'open'
)
293
294
def
test_open_with_autoraise_false(self):
295
self._test(
'open'
, autoraise=False)
Callers
nothing calls this directly
Calls
1
_test
Method · 0.95
Tested by
no test coverage detected