H A D | webbrowser.py | 13 __all__ = ["Error", "open", "open_new", "open_new_tab", "get", "register"] 69 # It is recommended one does "import webbrowser" and uses webbrowser.open(url) 72 def open(url, new=0, autoraise=True): function 75 If possible, open url in a location determined by new. 87 if browser.open(url, new, autoraise): 94 If not possible, then open url in the only browser window. 96 return open(url, 1) 103 return open(url, 2) 149 def open(self, url, new=0, autoraise=True): member in BaseBrowser 153 return self.open(ur 173 def open(self, url, new=0, autoraise=True): global() member in GenericBrowser 191 def open(self, url, new=0, autoraise=True): global() member in BackgroundBrowser 258 def open(self, url, new=0, autoraise=True): global() member in UnixBrowser 359 def open(self, url, new=0, autoraise=True): global() member in Konqueror 443 def open(self, url, new=0, autoraise=True): global() member in Grail 606 def open(self, url, new=0, autoraise=True): global() member in .WindowsDefault 638 def open(self, url, new=0, autoraise=True): global() member in .MacOSX 690 def open(self, url, new=0, autoraise=True): global() member in .MacOSXOSAScript [all...] |