| Home | Trees | Index | Help |
|
|---|
| Package SCons :: Module exitfuncs |
|
SCons.exitfuncs Register functions which are executed when SCons exits for any reason.
| Function Summary | |
|---|---|
register a function to be executed upon normal program termination | |
run any registered exit functions | |
| Function Details |
|---|
register(func, *targs, **kargs)register a function to be executed upon normal program termination func - function to be called at exit targs - optional arguments to pass to func kargs - optional keyword arguments to pass to func |
_run_exitfuncs()run any registered exit functions _exithandlers is traversed in reverse order so functions are executed last in, first out. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Dec 12 09:39:32 2007 | http://epydoc.sf.net |