Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dwebbrowser.rst75 .. function:: open_new_tab(url)
182 webbrowser.open_new_tab(url)
211 .. method:: controller.open_new_tab(url)
/third_party/python/Lib/
Dwebbrowser.py97 def open_new_tab(url): function
154 def open_new_tab(self, url): member in BaseBrowser
/third_party/python/Doc/whatsnew/
D2.5.rst1645 :func:`open_new` and :func:`open_new_tab`, were added to support this. The