Package SCons :: Module exitfuncs
[show private | hide private]
[frames | no frames]

Module SCons.exitfuncs

SCons.exitfuncs

Register functions which are executed when SCons exits for any reason.

Function Summary
  register(func, *targs, **kargs)
register a function to be executed upon normal program termination
  _run_exitfuncs()
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.


Generated by Epydoc 2.1 on Wed Dec 12 09:39:32 2007 http://epydoc.sf.net