RSS feed
  • python onexit

    Posted on July 15th, 2011 No comments

    Was looking for python's equivalent to onexit and found this:

    import atexit
    atexit.register(function_that_will_be_called_before_this_program_exits)

Leave a Reply