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

Method test_open_new_tab

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

Source from the content-addressed store, hash-verified

106 arguments=[URL])
107
108 def test_open_new_tab(self):
109 self._test('open_new_tab',
110 options=[],
111 arguments=[URL])
112
113 def test_open_bad_new_parameter(self):
114 with self.assertRaisesRegex(webbrowser.Error,

Callers

nothing calls this directly

Calls 1

_testMethod · 0.45

Tested by

no test coverage detected