Module webbrowser :: Class BaseBrowser
[hide private]
[frames] | no frames]

type BaseBrowser

object --+
         |
        BaseBrowser
Known Subclasses:

Parent class for all browsers. Do not use directly.

Instance Methods [hide private]
 
__init__(self, name='')
 
open(self, url, new=0, autoraise=1)
 
open_new(self, url)
 
open_new_tab(self, url)
Class Variables [hide private]
  args = ['%s']
Method Details [hide private]

__init__(self, name='')
(Constructor)

 
Overrides: object.__init__
(inherited documentation)