Home | Trees | Indices | Help |
|
---|
|
SCons.exitfuncs
Register functions which are executed when SCons exits for any reason.
|
|||
|
|||
|
|
|||
__revision__ =
|
|||
_exithandlers =
|
|||
__package__ =
|
|
run any registered exit functions _exithandlers is traversed in reverse order so functions are executed last in, first out. |
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 |
|
__revision__
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 27 12:53:22 2014 | http://epydoc.sourceforge.net |