Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
WindowsDefault Class Reference

Public Member Functions

def open
 
def open_new
 

Detailed Description

Definition at line 221 of file webbrowser.py.

Member Function Documentation

def open (   self,
  url,
  new = 0,
  autoraise = 1 
)

Definition at line 222 of file webbrowser.py.

223  def open(self, url, new=0, autoraise=1):
224  os.startfile(url)
def open_new (   self,
  url 
)

Definition at line 225 of file webbrowser.py.

References Pattern.open, _posixfile_.open(), GenericBrowser.open(), Netscape.open(), URLopener.open(), Template.open(), Konqueror.open(), Telnet.open(), Grail.open(), WindowsDefault.open(), OpenerDirector.open(), and webbrowser.register().

226  def open_new(self, url):
227  self.open(url)
228 
229 #
230 # Platform support for Unix
231 #
232 
233 # This is the right test because all these Unix browsers require either
234 # a console terminal of an X display to run. Note that we cannot split
235 # the TERM and DISPLAY cases, because we might be running Python from inside
# an xterm.

The documentation for this class was generated from the following file: