Skip to main content

register function to be executed at termination

Project description

Installation

$ [sudo] pip install exit

Features

  • better than atexit.register
  • SIGKILL, SIGSTOP or os._exit() not supported

Examples

>>> import exit
>>> def on_exit():
    print("goodbye world")

>>> exit.register(on_exit)

Links

readme42.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exit-2020.12.3.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page