Table of Contents

Module: platform_unix qm/platform_unix.py
Functions   
_initialize
_signal_handler
get_host_name
get_signal_name
install_signal_handler
open_in_browser
  _initialize 
_initialize ()

Perform module initialization.

  _signal_handler 
_signal_handler ( signal_number,  execution_frame )

Generic signal handler that raises an exception.

Exceptions   
SignalException( signal_number )
  get_host_name 
get_host_name ()

Return the name of this computer.

  get_signal_name 
get_signal_name ( signal_number )

Return the name for signal signal_number.

returns
The signal's name, or None.
  install_signal_handler 
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 
open_in_browser ( url )

Open a browser window and point it at url.

The browser is run in a separate, independent process.

Classes   

SignalException

An exception raised in response to a signal.


Table of Contents

This document was automatically generated on Mon Jan 3 09:42:29 2005 by HappyDoc version 2.1