Home
last modified time | relevance | path

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

/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/cpython2/Lib/
Dwebbrowser.py65 def open_new(url): function
150 def open_new(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