tgoop.com/leetao_space/1442
Create:
Last Update:
Last Update:
https://docs.python.org/3/library/atexit.html#module-atexit
The atexit module defines functions to register and unregister cleanup functions. Functions thus registered are automatically executed upon normal interpreter termination. atexit runs these functions in the reverse order in which they were registered; if you register A, B, and C, at interpreter termination time they will be run in the order C, B, A.
Python 还有这种模块学习了
BY Leetao’s Space

Share with your friend now:
tgoop.com/leetao_space/1442