Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dwebbrowser.py58 def open(url, new=0, autoraise=True): argument
61 if browser.open(url, new, autoraise):
147 def open(self, url, new=0, autoraise=True): argument
171 def open(self, url, new=0, autoraise=True): argument
188 def open(self, url, new=0, autoraise=True): argument
215 def _invoke(self, args, remote, autoraise): argument
219 autoraise = int(autoraise)
220 opt = self.raise_opts[autoraise]
259 def open(self, url, new=0, autoraise=True): argument
275 success = self._invoke(args, True, autoraise)
[all …]
/external/python/cpython2/Doc/library/
Dwebbrowser.rst53 .. function:: open(url, new=0, autoraise=True)
58 if possible. If *autoraise* is ``True``, the window is raised if possible
194 .. method:: controller.open(url, new=0, autoraise=True)
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1645 module's :func:`open` function supports an additional feature, an *autoraise*