MCPcopy Index your code
hub / github.com/python/cpython / test_open

Method test_open

Lib/test/test_webbrowser.py:301–302  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

299 )
300
301 def test_open(self):
302 self._test('open')
303
304 def test_open_with_autoraise_false(self):
305 self._test('open', autoraise=False)

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected