| atexit | index /usr/local/lib/python2.4/atexit.py Module Docs |
atexit.py - allow programmer to define multiple exit functions to be executed
upon normal program termination.
One public function, register, is defined.
| Functions | ||
| ||
| Data | ||
| __all__ = ['register'] | ||