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

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


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