Home
last modified time | relevance | path

Searched refs:open_new (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Doc/library/
Dwebbrowser.rst70 .. function:: open_new(url)
78 equivalent to :func:`open_new`.
185 webbrowser.open_new(url)
204 .. method:: controller.open_new(url)
208 :func:`open_new`.
214 possible, otherwise equivalent to :func:`open_new`.
/external/python/cpython2/Doc/library/
Dwebbrowser.rst70 .. function:: open_new(url)
78 equivalent to :func:`open_new`.
182 webbrowser.open_new(url)
201 .. method:: controller.open_new(url)
205 :func:`open_new`.
211 possible, otherwise equivalent to :func:`open_new`.
/external/python/cpython3/Lib/
Dwebbrowser.py90 def open_new(url): function
151 def open_new(self, url): member in BaseBrowser
/external/python/cpython2/Lib/
Dwebbrowser.py65 def open_new(url): function
150 def open_new(self, url): member in BaseBrowser
/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