| Name : atexit
| |
| Version : 0.1
| Vendor : Red Hat, Inc_
|
| Release : 1
| Date : 2000-07-21 18:53:20
|
| Group : Development/Languages
| Source RPM : atexit-0.1-1.src.rpm
|
| Size : 0.00 MB
| |
| Packager : Red Hat, Inc_ < http://bugzilla_redhat_com/bugzilla>
| |
| Summary : register a python function to be called at normal program termination.
|
Description :
The atexit() function registers the given function to be called at normal program termination. Functions so regstered are called in the reverse order of their registration; no arguments are passed.
|