| Home | Trees | Index | Help |
|---|
|
|
|
|||
| SignalException | An exception raised in response to a signal. | ||
|
|||
|
open_in_browser(url)
Open a browser window and point it at 'url'. |
|||
|
get_signal_name(signal_number)
Return the name for signal 'signal_number'. |
|||
|
install_signal_handler(signal_number)
Install a handler to translate a signal into an exception. |
|||
|
_signal_handler(signal_number,
execution_frame)
Generic signal handler that raises an exception. |
|||
|
get_host_name()
Return the name of this computer. |
|||
|
_initialize()
Perform module initialization. |
|||
|
|||
| default_shell | |||
|
|||
Open a browser window and point it at 'url'. The browser is run in a separate, independent process. |
Return the name for signal 'signal_number'. returns -- The signal's name, or 'None'. |
Install a handler to translate a signal into an exception. The signal handler raises a 'SignalException' exception in response to a signal. |
|
|
|
|
|||
default_shell
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:30 2007 | http://epydoc.sf.net |