Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Dwebbrowser.rst75 .. function:: open_new_tab(url)
182 webbrowser.open_new_tab(url)
211 .. method:: controller.open_new_tab(url)
/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/perfetto/tools/
Dopen_trace_in_ui68 webbrowser.open_new_tab(address)
Drecord_android_trace665 webbrowser.open_new_tab(
/external/python/cpython3/Lib/
Dwebbrowser.py97 def open_new_tab(url): function
154 def open_new_tab(self, url): member in BaseBrowser
/external/python/cpython2/Lib/
Dwebbrowser.py68 def open_new_tab(url): function
153 def open_new_tab(self, url): member in BaseBrowser
/external/perfetto/python/tools/
Drecord_android_trace.py378 webbrowser.open_new_tab(
/external/python/cpython3/Doc/whatsnew/
D2.5.rst1645 :func:`open_new` and :func:`open_new_tab`, were added to support this. The
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1644 :func:`open_new` and :func:`open_new_tab`, were added to support this. The