| atexit | index /usr/lib/python2.2/atexit.py |
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'] __file__ = '/usr/lib/python2.2/atexit.pyc' __name__ = 'atexit' _exithandlers = [] | ||