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.
|
|
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
|
|
|