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

Class BackgroundBrowser

 object --+        
          |        
BaseBrowser --+    
              |    
 GenericBrowser --+
                  |
                 BackgroundBrowser

Class for all browsers which are to be started in the background.

Instance Methods [hide private]
 
open(self, url, new=0, autoraise=1)

Inherited from GenericBrowser: __init__

Inherited from BaseBrowser: open_new, open_new_tab

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]

Inherited from BaseBrowser: args

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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

 
Overrides: BaseBrowser.open