| Home | Trees | Index | Help |
|---|
| Package qm :: Module platform_unix |
|
| Exceptions | |
|---|---|
SignalException |
An exception raised in response to a signal. |
| Function Summary | |
|---|---|
Return the name of this computer. | |
Return the name for signal 'signal_number'. | |
Install a handler to translate a signal into an exception. | |
Open a browser window and point it at 'url'. | |
| Function Details |
|---|
get_host_name()Return the name of this computer. |
get_signal_name(signal_number)Return the name for signal 'signal_number'. returns -- The signal's name, or 'None'. |
install_signal_handler(signal_number)Install a handler to translate a signal into an exception. The signal handler raises a 'SignalException' exception in response to a signal. |
open_in_browser(url)Open a browser window and point it at 'url'. The browser is run in a separate, independent process. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Sep 27 15:49:05 2007 | http://epydoc.sf.net |