Python atexit Functions

EditRocket provides the following information on atexit functions in the Python source code builder.

register(func[, *args[, **kargs]]) - Register func as a function to be executed at termination.