| | |
- exceptions.Exception
-
- Error
- GenericBrowser
- Grail
- InternetConfig
- Konqueror
- Netscape
- WindowsDefault
class GenericBrowser |
| |
|
| |
Methods defined here:
- __init__(self, cmd)
- open(self, url, new=0, autoraise=1)
- open_new(self, url)
Data and non-method functions defined here:
- __doc__ = None
- __module__ = 'webbrowser'
|
class Grail |
| |
|
| |
Methods defined here:
- _find_grail_rc(self)
- # There should be a way to maintain a connection to Grail, but the
# Grail remote control protocol doesn't really allow that at this
# point. It probably neverwill!
- _remote(self, action)
- open(self, url, new=0, autoraise=1)
- open_new(self, url)
Data and non-method functions defined here:
- __doc__ = None
- __module__ = 'webbrowser'
|
class InternetConfig |
| |
|
| |
Methods defined here:
- open(self, url, new=0, autoraise=1)
- open_new(self, url)
Data and non-method functions defined here:
- __doc__ = None
- __module__ = 'webbrowser'
|
class Netscape |
| |
Launcher class for Netscape browsers. |
| |
Methods defined here:
- __init__(self, name)
- _remote(self, action, autoraise)
- open(self, url, new=0, autoraise=1)
- open_new(self, url)
Data and non-method functions defined here:
- __doc__ = 'Launcher class for Netscape browsers.'
- __module__ = 'webbrowser'
|
class WindowsDefault |
| |
|
| |
Methods defined here:
- open(self, url, new=0, autoraise=1)
- open_new(self, url)
Data and non-method functions defined here:
- __doc__ = None
- __module__ = 'webbrowser'
| |