Home
last modified time | relevance | path

Searched refs:open_new_tab (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/cros/ap_configurators/
DbelkinF9K_ap_configurator.py45 def open_new_tab(self): member in BelkinF9KAPConfigurator
58 self.open_new_tab()
154 self.open_new_tab()
/external/python/cpython2/Doc/library/
Dwebbrowser.rst75 .. function:: open_new_tab(url)
179 webbrowser.open_new_tab(url + 'doc/')
208 .. method:: controller.open_new_tab(url)
/external/python/cpython2/Lib/
Dwebbrowser.py68 def open_new_tab(url): function
153 def open_new_tab(self, url): member in BaseBrowser
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1644 :func:`open_new` and :func:`open_new_tab`, were added to support this. The