Home
last modified time | relevance | path

Searched refs:webbrowser (Results 1 - 14 of 14) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_webbrowser.py1 import webbrowser namespace
55 browser_class = webbrowser.GenericBrowser
65 browser_class = webbrowser.BackgroundBrowser
75 browser_class = webbrowser.Chrome
100 browser_class = webbrowser.Mozilla
125 browser_class = webbrowser.Netscape
150 browser_class = webbrowser.Galeon
175 browser_class = webbrowser.Opera
200 browser_class = webbrowser.Elinks
226 self._saved_tryorder = webbrowser
[all...]
/third_party/python/Lib/
H A Dantigravity.py2 import webbrowser namespace
5 webbrowser.open("https://xkcd.com/353/")
H A Dpydoc.py2316 ... import webbrowser
2321 #... webbrowser.open(serverthread.url)
2681 import webbrowser namespace
2689 webbrowser.open(serverthread.url)
2699 webbrowser.open(serverthread.url)
/third_party/python/Tools/scripts/
H A Dgoogle.py11 import webbrowser namespace
22 webbrowser.open(url)
H A Dgprof2html.py9 import webbrowser namespace
84 webbrowser.open("file:" + os.path.abspath(outputfilename))
H A Dhighlight.py201 import webbrowser namespace
263 webbrowser.open('file://' + os.path.abspath(htmlfile))
/third_party/python/Doc/includes/
H A Demail-read-alternative.py5 import webbrowser namespace
73 webbrowser.open(f.name)
/third_party/python/Lib/wsgiref/
H A Dsimple_server.py163 import webbrowser namespace
164 webbrowser.open('http://localhost:8000/xyz?abc')
/third_party/ninja/src/
H A Dbrowse.py34 import webbrowser namespace
202 help='Do not open a webbrowser on startup.')
225 webbrowser.open_new('http://%s:%s' % (hostname, port) )
/third_party/skia/tools/skpbench/
H A Dsheet.py19 import webbrowser namespace
162 webbrowser.open(fileuri)
/third_party/python/Lib/idlelib/
H A Dhelp_about.py6 import webbrowser namespace
96 docs.bind("<Button-1>", lambda event: webbrowser.open(docs['text']))
H A Deditor.py10 import webbrowser namespace
653 webbrowser.open(self.help_url)
989 webbrowser.open(helpfile)
/third_party/python/Tools/wasm/
H A Dwasm_build.py40 import webbrowser namespace
608 webbrowser.open(url)
/third_party/node/deps/v8/tools/
H A Dgrokdump.py51 import webbrowser namespace
4029 webbrowser.open('http://localhost:%i/summary.html' % PORT_NUMBER)

Completed in 21 milliseconds