Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dwebbrowser.py71 def open(url, new=0, autoraise=True): argument
78 if browser.open(url, new, autoraise):
132 def open(self, url, new=0, autoraise=True): argument
156 def open(self, url, new=0, autoraise=True): argument
173 def open(self, url, new=0, autoraise=True): argument
204 def _invoke(self, args, remote, autoraise): argument
208 autoraise = int(autoraise)
209 opt = self.raise_opts[autoraise]
239 def open(self, url, new=0, autoraise=True): argument
256 success = self._invoke(args, True, autoraise)
[all …]
/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/cpython3/Lib/test/
Dtest_webbrowser.py79 self._test('open', kw=dict(autoraise=False),
104 self._test('open', kw=dict(autoraise=False),
129 self._test('open', kw=dict(autoraise=False),
154 self._test('open', kw=dict(autoraise=False),
179 self._test('open', kw=dict(autoraise=False),
/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/cpython3/Doc/library/
Dwebbrowser.rst54 .. function:: open(url, new=0, autoraise=True)
59 if possible. If *autoraise* is ``True``, the window is raised if possible
195 .. method:: controller.open(url, new=0, autoraise=True)
/external/python/oauth2client/oauth2client/
Dtools.py223 webbrowser.open(authorize_url, new=1, autoraise=True)
/external/python/oauth2client/tests/
Dtest_tools.py139 'http://example.com/auth', autoraise=True, new=1)
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1645 module's :func:`open` function supports an additional feature, an *autoraise*
/external/python/cpython3/Doc/whatsnew/
D2.5.rst1646 module's :func:`open` function supports an additional feature, an *autoraise*