Searched refs:open_new_tab (Results 1 – 7 of 7) sorted by relevance
45 def open_new_tab(self): member in BelkinF9KAPConfigurator58 self.open_new_tab()154 self.open_new_tab()
73 .. function:: open_new_tab(url)175 webbrowser.open_new_tab(url)204 .. method:: controller.open_new_tab(url)
75 .. function:: open_new_tab(url)179 webbrowser.open_new_tab(url + 'doc/')208 .. method:: controller.open_new_tab(url)
67 def open_new_tab(url): function120 def open_new_tab(self, url): member in BaseBrowser
68 def open_new_tab(url): function153 def open_new_tab(self, url): member in BaseBrowser
1644 :func:`open_new` and :func:`open_new_tab`, were added to support this. The