2013-01-01 python onexit Was looking for python’s equivalent to onexit and found atexit: 12import atexitatexit.register(function_that_will_be_called_before_this_program_exits)