webbrowser
index
/usr/local/lib/python2.4/webbrowser.py
Module Docs
Interfaces for launching and remotely controlling Web browsers.
Modules
os
sys
Classes
exceptions.Exception
Error
class
Error
(
exceptions.Exception
)
Methods inherited from
exceptions.Exception
:
__getitem__
(...)
__init__
(...)
__str__
(...)
Functions
get
(using
=None
)
Return a browser launcher instance appropriate for the environment.
open
(url, new
=0
, autoraise
=1
)
register
(name, klass, instance
=None
)
Register a browser connector and, optionally, connection.
Data
__all__
= ['Error', 'open', 'get', 'register']