# The atexit module defines functions to register and unregister cleanup functions. # Functions thus registered are automatically executed upon normal interpreter termination. # atexit runs these ...
**atextit** 是 python 中的一个模块,包含两个功能`register()`和`unregister()`。该模块的主要作用是在解释器终止时执行清理 ...